Shades of Highland #7D925C
Tints of Highland #7D925C
RGB
CMYK
RGB Variations
Color information
#7D925C (or 0x7D925C) is known color: Highland. HEX triplet: 7D, 92 and 5C. RGB value is (125,146,92). Sum of RGB (Red+Green+Blue) = 125+146+92=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #7D925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D925C is #826DA3. Grayscale: #858585. Windows color (decimal): -8547748 or 6066813. OLE color: 6066813.
HSL color Cylindrical-coordinate representation of color #7D925C: hue angle of 83.33º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D925C is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 92 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.43 |
| HSL | 83.33º | 0.23% | 0.47% | - |
| HSV(B) | 83.33º | 0.37% | 0.57% | - |
| XYZ | 20.67 | 25.69 | 13.99 | - |
| YUV | 133.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 92 | 0.14 | 0 | 0.37 | 0.43 | 83.33 | 0.23 | 0.47 |
| Hex | 7D | 92 | 5C | E | 0 | 25 | 2B | 53 | 17 | 2F |
| Octal | 175 | 222 | 134 | 16 | 0 | 45 | 53 | 123 | 27 | 57 |
| Binary | 1111101 | 10010010 | 1011100 | 1110 | 0 | 100101 | 101011 | 1010011 | 10111 | 101111 |
Color Harmonies of #7D925C
Complementary color
Monochromatic Colors of #7D925C
Black with #7D925C
Text Example
Text Example
White with #7D925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D925C; }
p { color: rgb(125,146,92); }
H1.HeaderClassName
{
color: #7D925C;
}
.AnyTagClassName
{
color: #7D925C;
}
</style>
background-color css
<style>
a { background-color: #7D925C; }
a { background-color: rgb(125,146,92); }
div.DivClassName
{
background-color: #7D925C;
}
.BgClassName
{
background-color: #7D925C;
}
</style>
border-color css
<style>
span { border-color: #7D925C; }
span { border-color: rgb(125,146,92); }
td.TdClassName
{
border-color: #7D925C;
}
.TagClassName
{
border-color: #7D925C;
}
</style>