Shades of Light Wood #776262
Tints of Light Wood #776262
RGB
CMYK
RGB Variations
Color information
#776262 (or 0x776262) is known color: Light Wood. HEX triplet: 77, 62 and 62. RGB value is (119,98,98). Sum of RGB (Red+Green+Blue) = 119+98+98=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776262 is #889D9D. Grayscale: #686868. Windows color (decimal): -8953246 or 6447735. OLE color: 6447735.
HSL color Cylindrical-coordinate representation of color #776262: hue angle of 0º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776262 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 98 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.53 |
| HSL | 0º | 0.1% | 0.43% | - |
| HSV(B) | 0º | 0.18% | 0.47% | - |
| XYZ | 14.18 | 13.54 | 13.42 | - |
| YUV | 104.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 98 | 0 | 0.18 | 0.18 | 0.53 | 0 | 0.1 | 0.43 |
| Hex | 77 | 62 | 62 | 0 | 12 | 12 | 35 | 0 | A | 2B |
| Octal | 167 | 142 | 142 | 0 | 22 | 22 | 65 | 0 | 12 | 53 |
| Binary | 1110111 | 1100010 | 1100010 | 0 | 10010 | 10010 | 110101 | 0 | 1010 | 101011 |
Color Harmonies of #776262
Complementary color
Monochromatic Colors of #776262
Black with #776262
Text Example
Text Example
White with #776262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776262; }
p { color: rgb(119,98,98); }
H1.HeaderClassName
{
color: #776262;
}
.AnyTagClassName
{
color: #776262;
}
</style>
background-color css
<style>
a { background-color: #776262; }
a { background-color: rgb(119,98,98); }
div.DivClassName
{
background-color: #776262;
}
.BgClassName
{
background-color: #776262;
}
</style>
border-color css
<style>
span { border-color: #776262; }
span { border-color: rgb(119,98,98); }
td.TdClassName
{
border-color: #776262;
}
.TagClassName
{
border-color: #776262;
}
</style>