Shades of Himalaya #726832
Tints of Himalaya #726832
RGB
CMYK
RGB Variations
Color information
#726832 (or 0x726832) is known color: Himalaya. HEX triplet: 72, 68 and 32. RGB value is (114,104,50). Sum of RGB (Red+Green+Blue) = 114+104+50=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #726832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726832 is #8D97CD. Grayscale: #656565. Windows color (decimal): -9279438 or 3303538. OLE color: 3303538.
HSL color Cylindrical-coordinate representation of color #726832: hue angle of 50.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726832 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 50 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.55 |
| HSL | 50.63º | 0.39% | 0.32% | - |
| HSV(B) | 50.63º | 0.56% | 0.45% | - |
| XYZ | 12.47 | 13.71 | 5.01 | - |
| YUV | 100.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 50 | 0 | 0.09 | 0.56 | 0.55 | 50.63 | 0.39 | 0.32 |
| Hex | 72 | 68 | 32 | 0 | 9 | 38 | 37 | 33 | 27 | 20 |
| Octal | 162 | 150 | 62 | 0 | 11 | 70 | 67 | 63 | 47 | 40 |
| Binary | 1110010 | 1101000 | 110010 | 0 | 1001 | 111000 | 110111 | 110011 | 100111 | 100000 |
Color Harmonies of #726832
Complementary color
Monochromatic Colors of #726832
Black with #726832
Text Example
Text Example
White with #726832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726832; }
p { color: rgb(114,104,50); }
H1.HeaderClassName
{
color: #726832;
}
.AnyTagClassName
{
color: #726832;
}
</style>
background-color css
<style>
a { background-color: #726832; }
a { background-color: rgb(114,104,50); }
div.DivClassName
{
background-color: #726832;
}
.BgClassName
{
background-color: #726832;
}
</style>
border-color css
<style>
span { border-color: #726832; }
span { border-color: rgb(114,104,50); }
td.TdClassName
{
border-color: #726832;
}
.TagClassName
{
border-color: #726832;
}
</style>