Shades of Himalaya #7D652C
Tints of Himalaya #7D652C
RGB
CMYK
RGB Variations
Color information
#7D652C (or 0x7D652C) is known color: Himalaya. HEX triplet: 7D, 65 and 2C. RGB value is (125,101,44). Sum of RGB (Red+Green+Blue) = 125+101+44=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D652C is #829AD3. Grayscale: #656565. Windows color (decimal): -8559316 or 2909565. OLE color: 2909565.
HSL color Cylindrical-coordinate representation of color #7D652C: hue angle of 42.22º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D652C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 44 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.51 |
| HSL | 42.22º | 0.48% | 0.33% | - |
| HSV(B) | 42.22º | 0.65% | 0.49% | - |
| XYZ | 13.57 | 13.85 | 4.34 | - |
| YUV | 101.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 44 | 0 | 0.19 | 0.65 | 0.51 | 42.22 | 0.48 | 0.33 |
| Hex | 7D | 65 | 2C | 0 | 13 | 41 | 33 | 2A | 30 | 21 |
| Octal | 175 | 145 | 54 | 0 | 23 | 101 | 63 | 52 | 60 | 41 |
| Binary | 1111101 | 1100101 | 101100 | 0 | 10011 | 1000001 | 110011 | 101010 | 110000 | 100001 |
Color Harmonies of #7D652C
Complementary color
Monochromatic Colors of #7D652C
Black with #7D652C
Text Example
Text Example
White with #7D652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D652C; }
p { color: rgb(125,101,44); }
H1.HeaderClassName
{
color: #7D652C;
}
.AnyTagClassName
{
color: #7D652C;
}
</style>
background-color css
<style>
a { background-color: #7D652C; }
a { background-color: rgb(125,101,44); }
div.DivClassName
{
background-color: #7D652C;
}
.BgClassName
{
background-color: #7D652C;
}
</style>
border-color css
<style>
span { border-color: #7D652C; }
span { border-color: rgb(125,101,44); }
td.TdClassName
{
border-color: #7D652C;
}
.TagClassName
{
border-color: #7D652C;
}
</style>