Shades of Juniper #77999A
Tints of Juniper #77999A
RGB
CMYK
RGB Variations
Color information
#77999A (or 0x77999A) is known color: Juniper. HEX triplet: 77, 99 and 9A. RGB value is (119,153,154). Sum of RGB (Red+Green+Blue) = 119+153+154=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #77999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77999A is #886665. Grayscale: #8E8E8E. Windows color (decimal): -8939110 or 10131831. OLE color: 10131831.
HSL color Cylindrical-coordinate representation of color #77999A: hue angle of 181.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77999A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 153 | 154 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.40 |
| HSL | 181.71º | 0.15% | 0.54% | - |
| HSV(B) | 181.71º | 0.23% | 0.6% | - |
| XYZ | 24.83 | 29.04 | 34.87 | - |
| YUV | 142.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 154 | 0.23 | 0.01 | 0 | 0.40 | 181.71 | 0.15 | 0.54 |
| Hex | 77 | 99 | 9A | 17 | 1 | 0 | 28 | B6 | F | 36 |
| Octal | 167 | 231 | 232 | 27 | 1 | 0 | 50 | 266 | 17 | 66 |
| Binary | 1110111 | 10011001 | 10011010 | 10111 | 1 | 0 | 101000 | 10110110 | 1111 | 110110 |
Color Harmonies of #77999A
Complementary color
Monochromatic Colors of #77999A
Black with #77999A
Text Example
Text Example
White with #77999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77999A; }
p { color: rgb(119,153,154); }
H1.HeaderClassName
{
color: #77999A;
}
.AnyTagClassName
{
color: #77999A;
}
</style>
background-color css
<style>
a { background-color: #77999A; }
a { background-color: rgb(119,153,154); }
div.DivClassName
{
background-color: #77999A;
}
.BgClassName
{
background-color: #77999A;
}
</style>
border-color css
<style>
span { border-color: #77999A; }
span { border-color: rgb(119,153,154); }
td.TdClassName
{
border-color: #77999A;
}
.TagClassName
{
border-color: #77999A;
}
</style>