Shades of Himalaya #72662D
Tints of Himalaya #72662D
RGB
CMYK
RGB Variations
Color information
#72662D (or 0x72662D) is known color: Himalaya. HEX triplet: 72, 66 and 2D. RGB value is (114,102,45). Sum of RGB (Red+Green+Blue) = 114+102+45=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72662D is #8D99D2. Grayscale: #636363. Windows color (decimal): -9279955 or 2975346. OLE color: 2975346.
HSL color Cylindrical-coordinate representation of color #72662D: hue angle of 49.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72662D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 45 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.55 |
| HSL | 49.57º | 0.43% | 0.31% | - |
| HSV(B) | 49.57º | 0.61% | 0.45% | - |
| XYZ | 12.16 | 13.27 | 4.4 | - |
| YUV | 99.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 45 | 0 | 0.11 | 0.61 | 0.55 | 49.57 | 0.43 | 0.31 |
| Hex | 72 | 66 | 2D | 0 | B | 3D | 37 | 32 | 2B | 1F |
| Octal | 162 | 146 | 55 | 0 | 13 | 75 | 67 | 62 | 53 | 37 |
| Binary | 1110010 | 1100110 | 101101 | 0 | 1011 | 111101 | 110111 | 110010 | 101011 | 11111 |
Color Harmonies of #72662D
Complementary color
Monochromatic Colors of #72662D
Black with #72662D
Text Example
Text Example
White with #72662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72662D; }
p { color: rgb(114,102,45); }
H1.HeaderClassName
{
color: #72662D;
}
.AnyTagClassName
{
color: #72662D;
}
</style>
background-color css
<style>
a { background-color: #72662D; }
a { background-color: rgb(114,102,45); }
div.DivClassName
{
background-color: #72662D;
}
.BgClassName
{
background-color: #72662D;
}
</style>
border-color css
<style>
span { border-color: #72662D; }
span { border-color: rgb(114,102,45); }
td.TdClassName
{
border-color: #72662D;
}
.TagClassName
{
border-color: #72662D;
}
</style>