Shades of Himalaya #7D672C
Tints of Himalaya #7D672C
RGB
CMYK
RGB Variations
Color information
#7D672C (or 0x7D672C) is known color: Himalaya. HEX triplet: 7D, 67 and 2C. RGB value is (125,103,44). Sum of RGB (Red+Green+Blue) = 125+103+44=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D672C is #8298D3. Grayscale: #676767. Windows color (decimal): -8558804 or 2910077. OLE color: 2910077.
HSL color Cylindrical-coordinate representation of color #7D672C: hue angle of 43.7º 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 #7D672C is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 44 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.51 |
| HSL | 43.7º | 0.48% | 0.33% | - |
| HSV(B) | 43.7º | 0.65% | 0.49% | - |
| XYZ | 13.76 | 14.24 | 4.41 | - |
| YUV | 102.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 44 | 0 | 0.18 | 0.65 | 0.51 | 43.7 | 0.48 | 0.33 |
| Hex | 7D | 67 | 2C | 0 | 12 | 41 | 33 | 2C | 30 | 21 |
| Octal | 175 | 147 | 54 | 0 | 22 | 101 | 63 | 54 | 60 | 41 |
| Binary | 1111101 | 1100111 | 101100 | 0 | 10010 | 1000001 | 110011 | 101100 | 110000 | 100001 |
Color Harmonies of #7D672C
Complementary color
Monochromatic Colors of #7D672C
Black with #7D672C
Text Example
Text Example
White with #7D672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D672C; }
p { color: rgb(125,103,44); }
H1.HeaderClassName
{
color: #7D672C;
}
.AnyTagClassName
{
color: #7D672C;
}
</style>
background-color css
<style>
a { background-color: #7D672C; }
a { background-color: rgb(125,103,44); }
div.DivClassName
{
background-color: #7D672C;
}
.BgClassName
{
background-color: #7D672C;
}
</style>
border-color css
<style>
span { border-color: #7D672C; }
span { border-color: rgb(125,103,44); }
td.TdClassName
{
border-color: #7D672C;
}
.TagClassName
{
border-color: #7D672C;
}
</style>