Shades of Light Wood #7F605F
Tints of Light Wood #7F605F
RGB
CMYK
RGB Variations
Color information
#7F605F (or 0x7F605F) is known color: Light Wood. HEX triplet: 7F, 60 and 5F. RGB value is (127,96,95). Sum of RGB (Red+Green+Blue) = 127+96+95=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F605F is #809FA0. Grayscale: #696969. Windows color (decimal): -8429473 or 6250623. OLE color: 6250623.
HSL color Cylindrical-coordinate representation of color #7F605F: hue angle of 1.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F605F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 95 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.50 |
| HSL | 1.88º | 0.14% | 0.44% | - |
| HSV(B) | 1.88º | 0.25% | 0.5% | - |
| XYZ | 15 | 13.7 | 12.68 | - |
| YUV | 105.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 95 | 0 | 0.24 | 0.25 | 0.50 | 1.88 | 0.14 | 0.44 |
| Hex | 7F | 60 | 5F | 0 | 18 | 19 | 32 | 2 | E | 2C |
| Octal | 177 | 140 | 137 | 0 | 30 | 31 | 62 | 2 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1011111 | 0 | 11000 | 11001 | 110010 | 10 | 1110 | 101100 |
Color Harmonies of #7F605F
Complementary color
Monochromatic Colors of #7F605F
Black with #7F605F
Text Example
Text Example
White with #7F605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F605F; }
p { color: rgb(127,96,95); }
H1.HeaderClassName
{
color: #7F605F;
}
.AnyTagClassName
{
color: #7F605F;
}
</style>
background-color css
<style>
a { background-color: #7F605F; }
a { background-color: rgb(127,96,95); }
div.DivClassName
{
background-color: #7F605F;
}
.BgClassName
{
background-color: #7F605F;
}
</style>
border-color css
<style>
span { border-color: #7F605F; }
span { border-color: rgb(127,96,95); }
td.TdClassName
{
border-color: #7F605F;
}
.TagClassName
{
border-color: #7F605F;
}
</style>