Color spaces of #7f390a
RGB | 127 | 57 | 10 |
---|---|---|---|
HSL | 0.07 | 0.85 | 0.27 |
HSV | 24° | 92° | 50° |
CMYK | 0.00 | 0.55 | 0.92 0.50 |
XYZ | 10.2703 | 7.4602 | 1.1858 |
Yxy | 7.4602 | 0.5429 | 0.3944 |
Hunter Lab | 27.3134 | 19.3207 | 16.5453 |
CIE-Lab | 32.8324 | 27.6660 | 39.8622 |
#7f390a color RGB value is (127,57,10).
#7f390a hex color red value is 127, green value is 57 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7f390a hue: 0.07 , saturation: 0.85 and the lightness value of 7f390a is 0.27.
The process color (four color CMYK) of #7f390a color hex is 0.00, 0.55, 0.92, 0.50. Web safe color of #7f390a is #663300. Color #7f390a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 00111001 | 00001010 |
Octal | 177 | 71 | 12 |
Decimal | 127 | 57 | 10 |
Hex | 7F | 39 | A |
Shades of #7f390a
Tints of #7f390a
RGB Percentages of Color #7f390a
CMYK Percentages of Color #7f390a
Complementary Color
#7f390a | #0a507f |
#7f390a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7f390a Color Preview on White Background
Lorem ipsum dolor sit amet.
#7f390a Color CSS Codes
.mybgcolor {background-color:#7f390a; } .myforecolor {color:#7f390a; } .mybordercolor {border:3px solid #7f390a; }
#7f390a Text Font Color
<p style="color:#7f390a">Text here</p>
This sample text font color is #7f390a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#7f390a Background Color
<div style="background-color:#7f390a">
Div content here</div>
This div background color is #7f390a
#7f390a Border Color
<div style="border:3px solid #7f390a">
Div here</div>
This div border color is #7f390a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,57,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7f390a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7f390a; -webkit-box-shadow: 1px 1px 3px 2px #7f390a; box-shadow: 1px 1px 3px 2px #7f390a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,57,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7f390a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7f390a; -webkit-box-shadow: 1px 1px 3px 2px #7f390a; box-shadow: 1px 1px 3px 2px #7f390a;">
Div content here</div>
This div box has shadow with color #7f390a
Comments
No comments written yet.
Please login to write comment.