Shades of Highland #77925B
Tints of Highland #77925B
RGB
CMYK
RGB Variations
Color information
#77925B (or 0x77925B) is known color: Highland. HEX triplet: 77, 92 and 5B. RGB value is (119,146,91). Sum of RGB (Red+Green+Blue) = 119+146+91=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #77925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77925B is #886DA4. Grayscale: #838383. Windows color (decimal): -8940965 or 6001271. OLE color: 6001271.
HSL color Cylindrical-coordinate representation of color #77925B: hue angle of 89.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77925B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 91 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.43 |
| HSL | 89.45º | 0.23% | 0.46% | - |
| HSV(B) | 89.45º | 0.38% | 0.57% | - |
| XYZ | 19.77 | 25.24 | 13.73 | - |
| YUV | 131.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 91 | 0.18 | 0 | 0.38 | 0.43 | 89.45 | 0.23 | 0.46 |
| Hex | 77 | 92 | 5B | 12 | 0 | 26 | 2B | 59 | 17 | 2E |
| Octal | 167 | 222 | 133 | 22 | 0 | 46 | 53 | 131 | 27 | 56 |
| Binary | 1110111 | 10010010 | 1011011 | 10010 | 0 | 100110 | 101011 | 1011001 | 10111 | 101110 |
Color Harmonies of #77925B
Complementary color
Monochromatic Colors of #77925B
Black with #77925B
Text Example
Text Example
White with #77925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77925B; }
p { color: rgb(119,146,91); }
H1.HeaderClassName
{
color: #77925B;
}
.AnyTagClassName
{
color: #77925B;
}
</style>
background-color css
<style>
a { background-color: #77925B; }
a { background-color: rgb(119,146,91); }
div.DivClassName
{
background-color: #77925B;
}
.BgClassName
{
background-color: #77925B;
}
</style>
border-color css
<style>
span { border-color: #77925B; }
span { border-color: rgb(119,146,91); }
td.TdClassName
{
border-color: #77925B;
}
.TagClassName
{
border-color: #77925B;
}
</style>