Shades of Himalaya #72682E
Tints of Himalaya #72682E
RGB
CMYK
RGB Variations
Color information
#72682E (or 0x72682E) is known color: Himalaya. HEX triplet: 72, 68 and 2E. RGB value is (114,104,46). Sum of RGB (Red+Green+Blue) = 114+104+46=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #72682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72682E is #8D97D1. Grayscale: #646464. Windows color (decimal): -9279442 or 3041394. OLE color: 3041394.
HSL color Cylindrical-coordinate representation of color #72682E: hue angle of 51.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72682E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 46 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.55 |
| HSL | 51.18º | 0.43% | 0.31% | - |
| HSV(B) | 51.18º | 0.6% | 0.45% | - |
| XYZ | 12.38 | 13.68 | 4.57 | - |
| YUV | 100.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 46 | 0 | 0.09 | 0.60 | 0.55 | 51.18 | 0.43 | 0.31 |
| Hex | 72 | 68 | 2E | 0 | 9 | 3C | 37 | 33 | 2A | 1F |
| Octal | 162 | 150 | 56 | 0 | 11 | 74 | 67 | 63 | 52 | 37 |
| Binary | 1110010 | 1101000 | 101110 | 0 | 1001 | 111100 | 110111 | 110011 | 101010 | 11111 |
Color Harmonies of #72682E
Complementary color
Monochromatic Colors of #72682E
Black with #72682E
Text Example
Text Example
White with #72682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72682E; }
p { color: rgb(114,104,46); }
H1.HeaderClassName
{
color: #72682E;
}
.AnyTagClassName
{
color: #72682E;
}
</style>
background-color css
<style>
a { background-color: #72682E; }
a { background-color: rgb(114,104,46); }
div.DivClassName
{
background-color: #72682E;
}
.BgClassName
{
background-color: #72682E;
}
</style>
border-color css
<style>
span { border-color: #72682E; }
span { border-color: rgb(114,104,46); }
td.TdClassName
{
border-color: #72682E;
}
.TagClassName
{
border-color: #72682E;
}
</style>