Shades of Himalaya #7D6532
Tints of Himalaya #7D6532
RGB
CMYK
RGB Variations
Color information
#7D6532 (or 0x7D6532) is known color: Himalaya. HEX triplet: 7D, 65 and 32. RGB value is (125,101,50). Sum of RGB (Red+Green+Blue) = 125+101+50=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6532 is #829ACD. Grayscale: #666666. Windows color (decimal): -8559310 or 3302781. OLE color: 3302781.
HSL color Cylindrical-coordinate representation of color #7D6532: hue angle of 40.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D6532 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 50 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.51 |
| HSL | 40.8º | 0.43% | 0.34% | - |
| HSV(B) | 40.8º | 0.6% | 0.49% | - |
| XYZ | 13.69 | 13.9 | 4.98 | - |
| YUV | 102.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 50 | 0 | 0.19 | 0.60 | 0.51 | 40.8 | 0.43 | 0.34 |
| Hex | 7D | 65 | 32 | 0 | 13 | 3C | 33 | 29 | 2B | 22 |
| Octal | 175 | 145 | 62 | 0 | 23 | 74 | 63 | 51 | 53 | 42 |
| Binary | 1111101 | 1100101 | 110010 | 0 | 10011 | 111100 | 110011 | 101001 | 101011 | 100010 |
Color Harmonies of #7D6532
Complementary color
Monochromatic Colors of #7D6532
Black with #7D6532
Text Example
Text Example
White with #7D6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6532; }
p { color: rgb(125,101,50); }
H1.HeaderClassName
{
color: #7D6532;
}
.AnyTagClassName
{
color: #7D6532;
}
</style>
background-color css
<style>
a { background-color: #7D6532; }
a { background-color: rgb(125,101,50); }
div.DivClassName
{
background-color: #7D6532;
}
.BgClassName
{
background-color: #7D6532;
}
</style>
border-color css
<style>
span { border-color: #7D6532; }
span { border-color: rgb(125,101,50); }
td.TdClassName
{
border-color: #7D6532;
}
.TagClassName
{
border-color: #7D6532;
}
</style>