Shades of Himalaya #7D6631
Tints of Himalaya #7D6631
RGB
CMYK
RGB Variations
Color information
#7D6631 (or 0x7D6631) is known color: Himalaya. HEX triplet: 7D, 66 and 31. RGB value is (125,102,49). Sum of RGB (Red+Green+Blue) = 125+102+49=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6631 is #8299CE. Grayscale: #676767. Windows color (decimal): -8559055 or 3237501. OLE color: 3237501.
HSL color Cylindrical-coordinate representation of color #7D6631: hue angle of 41.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D6631 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 49 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.51 |
| HSL | 41.84º | 0.44% | 0.34% | - |
| HSV(B) | 41.84º | 0.61% | 0.49% | - |
| XYZ | 13.76 | 14.08 | 4.9 | - |
| YUV | 102.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 49 | 0 | 0.18 | 0.61 | 0.51 | 41.84 | 0.44 | 0.34 |
| Hex | 7D | 66 | 31 | 0 | 12 | 3D | 33 | 2A | 2C | 22 |
| Octal | 175 | 146 | 61 | 0 | 22 | 75 | 63 | 52 | 54 | 42 |
| Binary | 1111101 | 1100110 | 110001 | 0 | 10010 | 111101 | 110011 | 101010 | 101100 | 100010 |
Color Harmonies of #7D6631
Complementary color
Monochromatic Colors of #7D6631
Black with #7D6631
Text Example
Text Example
White with #7D6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6631; }
p { color: rgb(125,102,49); }
H1.HeaderClassName
{
color: #7D6631;
}
.AnyTagClassName
{
color: #7D6631;
}
</style>
background-color css
<style>
a { background-color: #7D6631; }
a { background-color: rgb(125,102,49); }
div.DivClassName
{
background-color: #7D6631;
}
.BgClassName
{
background-color: #7D6631;
}
</style>
border-color css
<style>
span { border-color: #7D6631; }
span { border-color: rgb(125,102,49); }
td.TdClassName
{
border-color: #7D6631;
}
.TagClassName
{
border-color: #7D6631;
}
</style>