Shades of Himalaya #7D692D
Tints of Himalaya #7D692D
RGB
CMYK
RGB Variations
Color information
#7D692D (or 0x7D692D) is known color: Himalaya. HEX triplet: 7D, 69 and 2D. RGB value is (125,105,45). Sum of RGB (Red+Green+Blue) = 125+105+45=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D692D is #8296D2. Grayscale: #686868. Windows color (decimal): -8558291 or 2976125. OLE color: 2976125.
HSL color Cylindrical-coordinate representation of color #7D692D: hue angle of 45º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D692D is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 45 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.51 |
| HSL | 45º | 0.47% | 0.33% | - |
| HSV(B) | 45º | 0.64% | 0.49% | - |
| XYZ | 13.98 | 14.65 | 4.57 | - |
| YUV | 104.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 45 | 0 | 0.16 | 0.64 | 0.51 | 45 | 0.47 | 0.33 |
| Hex | 7D | 69 | 2D | 0 | 10 | 40 | 33 | 2D | 2F | 21 |
| Octal | 175 | 151 | 55 | 0 | 20 | 100 | 63 | 55 | 57 | 41 |
| Binary | 1111101 | 1101001 | 101101 | 0 | 10000 | 1000000 | 110011 | 101101 | 101111 | 100001 |
Color Harmonies of #7D692D
Complementary color
Monochromatic Colors of #7D692D
Black with #7D692D
Text Example
Text Example
White with #7D692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D692D; }
p { color: rgb(125,105,45); }
H1.HeaderClassName
{
color: #7D692D;
}
.AnyTagClassName
{
color: #7D692D;
}
</style>
background-color css
<style>
a { background-color: #7D692D; }
a { background-color: rgb(125,105,45); }
div.DivClassName
{
background-color: #7D692D;
}
.BgClassName
{
background-color: #7D692D;
}
</style>
border-color css
<style>
span { border-color: #7D692D; }
span { border-color: rgb(125,105,45); }
td.TdClassName
{
border-color: #7D692D;
}
.TagClassName
{
border-color: #7D692D;
}
</style>