Shades of Juniper #77928E
Tints of Juniper #77928E
RGB
CMYK
RGB Variations
Color information
#77928E (or 0x77928E) is known color: Juniper. HEX triplet: 77, 92 and 8E. RGB value is (119,146,142). Sum of RGB (Red+Green+Blue) = 119+146+142=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #77928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77928E is #886D71. Grayscale: #898989. Windows color (decimal): -8940914 or 9343607. OLE color: 9343607.
HSL color Cylindrical-coordinate representation of color #77928E: hue angle of 171.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77928E is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 142 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.43 |
| HSL | 171.11º | 0.11% | 0.52% | - |
| HSV(B) | 171.11º | 0.18% | 0.57% | - |
| XYZ | 22.77 | 26.43 | 29.49 | - |
| YUV | 137.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 142 | 0.18 | 0 | 0.03 | 0.43 | 171.11 | 0.11 | 0.52 |
| Hex | 77 | 92 | 8E | 12 | 0 | 3 | 2B | AB | B | 34 |
| Octal | 167 | 222 | 216 | 22 | 0 | 3 | 53 | 253 | 13 | 64 |
| Binary | 1110111 | 10010010 | 10001110 | 10010 | 0 | 11 | 101011 | 10101011 | 1011 | 110100 |
Color Harmonies of #77928E
Complementary color
Monochromatic Colors of #77928E
Black with #77928E
Text Example
Text Example
White with #77928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77928E; }
p { color: rgb(119,146,142); }
H1.HeaderClassName
{
color: #77928E;
}
.AnyTagClassName
{
color: #77928E;
}
</style>
background-color css
<style>
a { background-color: #77928E; }
a { background-color: rgb(119,146,142); }
div.DivClassName
{
background-color: #77928E;
}
.BgClassName
{
background-color: #77928E;
}
</style>
border-color css
<style>
span { border-color: #77928E; }
span { border-color: rgb(119,146,142); }
td.TdClassName
{
border-color: #77928E;
}
.TagClassName
{
border-color: #77928E;
}
</style>