Shades of Himalaya #72662A
Tints of Himalaya #72662A
RGB
CMYK
RGB Variations
Color information
#72662A (or 0x72662A) is known color: Himalaya. HEX triplet: 72, 66 and 2A. RGB value is (114,102,42). Sum of RGB (Red+Green+Blue) = 114+102+42=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72662A is #8D99D5. Grayscale: #636363. Windows color (decimal): -9279958 or 2778738. OLE color: 2778738.
HSL color Cylindrical-coordinate representation of color #72662A: hue angle of 50º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72662A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 42 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.55 |
| HSL | 50º | 0.46% | 0.31% | - |
| HSV(B) | 50º | 0.63% | 0.45% | - |
| XYZ | 12.11 | 13.25 | 4.11 | - |
| YUV | 98.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 42 | 0 | 0.11 | 0.63 | 0.55 | 50 | 0.46 | 0.31 |
| Hex | 72 | 66 | 2A | 0 | B | 3F | 37 | 32 | 2E | 1F |
| Octal | 162 | 146 | 52 | 0 | 13 | 77 | 67 | 62 | 56 | 37 |
| Binary | 1110010 | 1100110 | 101010 | 0 | 1011 | 111111 | 110111 | 110010 | 101110 | 11111 |
Color Harmonies of #72662A
Complementary color
Monochromatic Colors of #72662A
Black with #72662A
Text Example
Text Example
White with #72662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72662A; }
p { color: rgb(114,102,42); }
H1.HeaderClassName
{
color: #72662A;
}
.AnyTagClassName
{
color: #72662A;
}
</style>
background-color css
<style>
a { background-color: #72662A; }
a { background-color: rgb(114,102,42); }
div.DivClassName
{
background-color: #72662A;
}
.BgClassName
{
background-color: #72662A;
}
</style>
border-color css
<style>
span { border-color: #72662A; }
span { border-color: rgb(114,102,42); }
td.TdClassName
{
border-color: #72662A;
}
.TagClassName
{
border-color: #72662A;
}
</style>