Shades of Highland #7D995C
Tints of Highland #7D995C
RGB
CMYK
RGB Variations
Color information
#7D995C (or 0x7D995C) is known color: Highland. HEX triplet: 7D, 99 and 5C. RGB value is (125,153,92). Sum of RGB (Red+Green+Blue) = 125+153+92=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #7D995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D995C is #8266A3. Grayscale: #898989. Windows color (decimal): -8545956 or 6068605. OLE color: 6068605.
HSL color Cylindrical-coordinate representation of color #7D995C: hue angle of 87.54º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D995C is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 92 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.4 |
| HSL | 87.54º | 0.25% | 0.48% | - |
| HSV(B) | 87.54º | 0.4% | 0.6% | - |
| XYZ | 21.78 | 27.92 | 14.37 | - |
| YUV | 137.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 92 | 0.18 | 0 | 0.40 | 0.4 | 87.54 | 0.25 | 0.48 |
| Hex | 7D | 99 | 5C | 12 | 0 | 28 | 28 | 58 | 19 | 30 |
| Octal | 175 | 231 | 134 | 22 | 0 | 50 | 50 | 130 | 31 | 60 |
| Binary | 1111101 | 10011001 | 1011100 | 10010 | 0 | 101000 | 101000 | 1011000 | 11001 | 110000 |
Color Harmonies of #7D995C
Complementary color
Monochromatic Colors of #7D995C
Black with #7D995C
Text Example
Text Example
White with #7D995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D995C; }
p { color: rgb(125,153,92); }
H1.HeaderClassName
{
color: #7D995C;
}
.AnyTagClassName
{
color: #7D995C;
}
</style>
background-color css
<style>
a { background-color: #7D995C; }
a { background-color: rgb(125,153,92); }
div.DivClassName
{
background-color: #7D995C;
}
.BgClassName
{
background-color: #7D995C;
}
</style>
border-color css
<style>
span { border-color: #7D995C; }
span { border-color: rgb(125,153,92); }
td.TdClassName
{
border-color: #7D995C;
}
.TagClassName
{
border-color: #7D995C;
}
</style>