Shades of Himalaya #77672F
Tints of Himalaya #77672F
RGB
CMYK
RGB Variations
Color information
#77672F (or 0x77672F) is known color: Himalaya. HEX triplet: 77, 67 and 2F. RGB value is (119,103,47). Sum of RGB (Red+Green+Blue) = 119+103+47=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77672F is #8898D0. Grayscale: #656565. Windows color (decimal): -8952017 or 3106679. OLE color: 3106679.
HSL color Cylindrical-coordinate representation of color #77672F: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77672F is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 47 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.53 |
| HSL | 46.67º | 0.43% | 0.33% | - |
| HSV(B) | 46.67º | 0.61% | 0.47% | - |
| XYZ | 12.97 | 13.83 | 4.67 | - |
| YUV | 101.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 47 | 0 | 0.13 | 0.61 | 0.53 | 46.67 | 0.43 | 0.33 |
| Hex | 77 | 67 | 2F | 0 | D | 3D | 35 | 2F | 2B | 21 |
| Octal | 167 | 147 | 57 | 0 | 15 | 75 | 65 | 57 | 53 | 41 |
| Binary | 1110111 | 1100111 | 101111 | 0 | 1101 | 111101 | 110101 | 101111 | 101011 | 100001 |
Color Harmonies of #77672F
Complementary color
Monochromatic Colors of #77672F
Black with #77672F
Text Example
Text Example
White with #77672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77672F; }
p { color: rgb(119,103,47); }
H1.HeaderClassName
{
color: #77672F;
}
.AnyTagClassName
{
color: #77672F;
}
</style>
background-color css
<style>
a { background-color: #77672F; }
a { background-color: rgb(119,103,47); }
div.DivClassName
{
background-color: #77672F;
}
.BgClassName
{
background-color: #77672F;
}
</style>
border-color css
<style>
span { border-color: #77672F; }
span { border-color: rgb(119,103,47); }
td.TdClassName
{
border-color: #77672F;
}
.TagClassName
{
border-color: #77672F;
}
</style>