Shades of Himalaya #7D6534
Tints of Himalaya #7D6534
RGB
CMYK
RGB Variations
Color information
#7D6534 (or 0x7D6534) is known color: Himalaya. HEX triplet: 7D, 65 and 34. RGB value is (125,101,52). Sum of RGB (Red+Green+Blue) = 125+101+52=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6534 is #829ACB. Grayscale: #666666. Windows color (decimal): -8559308 or 3433853. OLE color: 3433853.
HSL color Cylindrical-coordinate representation of color #7D6534: hue angle of 40.27º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D6534 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 52 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.51 |
| HSL | 40.27º | 0.41% | 0.35% | - |
| HSV(B) | 40.27º | 0.58% | 0.49% | - |
| XYZ | 13.73 | 13.92 | 5.21 | - |
| YUV | 102.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 52 | 0 | 0.19 | 0.58 | 0.51 | 40.27 | 0.41 | 0.35 |
| Hex | 7D | 65 | 34 | 0 | 13 | 3A | 33 | 28 | 29 | 23 |
| Octal | 175 | 145 | 64 | 0 | 23 | 72 | 63 | 50 | 51 | 43 |
| Binary | 1111101 | 1100101 | 110100 | 0 | 10011 | 111010 | 110011 | 101000 | 101001 | 100011 |
Color Harmonies of #7D6534
Complementary color
Monochromatic Colors of #7D6534
Black with #7D6534
Text Example
Text Example
White with #7D6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6534; }
p { color: rgb(125,101,52); }
H1.HeaderClassName
{
color: #7D6534;
}
.AnyTagClassName
{
color: #7D6534;
}
</style>
background-color css
<style>
a { background-color: #7D6534; }
a { background-color: rgb(125,101,52); }
div.DivClassName
{
background-color: #7D6534;
}
.BgClassName
{
background-color: #7D6534;
}
</style>
border-color css
<style>
span { border-color: #7D6534; }
span { border-color: rgb(125,101,52); }
td.TdClassName
{
border-color: #7D6534;
}
.TagClassName
{
border-color: #7D6534;
}
</style>