Shades of Himalaya #72672A
Tints of Himalaya #72672A
RGB
CMYK
RGB Variations
Color information
#72672A (or 0x72672A) is known color: Himalaya. HEX triplet: 72, 67 and 2A. RGB value is (114,103,42). Sum of RGB (Red+Green+Blue) = 114+103+42=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72672A is #8D98D5. Grayscale: #636363. Windows color (decimal): -9279702 or 2778994. OLE color: 2778994.
HSL color Cylindrical-coordinate representation of color #72672A: hue angle of 50.83º 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 #72672A is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 103 | 42 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.55 |
| HSL | 50.83º | 0.46% | 0.31% | - |
| HSV(B) | 50.83º | 0.63% | 0.45% | - |
| XYZ | 12.21 | 13.45 | 4.14 | - |
| YUV | 99.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 42 | 0 | 0.10 | 0.63 | 0.55 | 50.83 | 0.46 | 0.31 |
| Hex | 72 | 67 | 2A | 0 | A | 3F | 37 | 33 | 2E | 1F |
| Octal | 162 | 147 | 52 | 0 | 12 | 77 | 67 | 63 | 56 | 37 |
| Binary | 1110010 | 1100111 | 101010 | 0 | 1010 | 111111 | 110111 | 110011 | 101110 | 11111 |
Color Harmonies of #72672A
Complementary color
Monochromatic Colors of #72672A
Black with #72672A
Text Example
Text Example
White with #72672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72672A; }
p { color: rgb(114,103,42); }
H1.HeaderClassName
{
color: #72672A;
}
.AnyTagClassName
{
color: #72672A;
}
</style>
background-color css
<style>
a { background-color: #72672A; }
a { background-color: rgb(114,103,42); }
div.DivClassName
{
background-color: #72672A;
}
.BgClassName
{
background-color: #72672A;
}
</style>
border-color css
<style>
span { border-color: #72672A; }
span { border-color: rgb(114,103,42); }
td.TdClassName
{
border-color: #72672A;
}
.TagClassName
{
border-color: #72672A;
}
</style>