Shades of Himalaya #7D652B
Tints of Himalaya #7D652B
RGB
CMYK
RGB Variations
Color information
#7D652B (or 0x7D652B) is known color: Himalaya. HEX triplet: 7D, 65 and 2B. RGB value is (125,101,43). Sum of RGB (Red+Green+Blue) = 125+101+43=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D652B is #829AD4. Grayscale: #656565. Windows color (decimal): -8559317 or 2844029. OLE color: 2844029.
HSL color Cylindrical-coordinate representation of color #7D652B: hue angle of 42.44º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D652B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 43 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.51 |
| HSL | 42.44º | 0.49% | 0.33% | - |
| HSV(B) | 42.44º | 0.66% | 0.49% | - |
| XYZ | 13.55 | 13.84 | 4.24 | - |
| YUV | 101.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 43 | 0 | 0.19 | 0.66 | 0.51 | 42.44 | 0.49 | 0.33 |
| Hex | 7D | 65 | 2B | 0 | 13 | 42 | 33 | 2A | 31 | 21 |
| Octal | 175 | 145 | 53 | 0 | 23 | 102 | 63 | 52 | 61 | 41 |
| Binary | 1111101 | 1100101 | 101011 | 0 | 10011 | 1000010 | 110011 | 101010 | 110001 | 100001 |
Color Harmonies of #7D652B
Complementary color
Monochromatic Colors of #7D652B
Black with #7D652B
Text Example
Text Example
White with #7D652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D652B; }
p { color: rgb(125,101,43); }
H1.HeaderClassName
{
color: #7D652B;
}
.AnyTagClassName
{
color: #7D652B;
}
</style>
background-color css
<style>
a { background-color: #7D652B; }
a { background-color: rgb(125,101,43); }
div.DivClassName
{
background-color: #7D652B;
}
.BgClassName
{
background-color: #7D652B;
}
</style>
border-color css
<style>
span { border-color: #7D652B; }
span { border-color: rgb(125,101,43); }
td.TdClassName
{
border-color: #7D652B;
}
.TagClassName
{
border-color: #7D652B;
}
</style>