Shades of Juniper #779993
Tints of Juniper #779993
RGB
CMYK
RGB Variations
Color information
#779993 (or 0x779993) is known color: Juniper. HEX triplet: 77, 99 and 93. RGB value is (119,153,147). Sum of RGB (Red+Green+Blue) = 119+153+147=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #779993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779993 is #88666C. Grayscale: #8E8E8E. Windows color (decimal): -8939117 or 9673079. OLE color: 9673079.
HSL color Cylindrical-coordinate representation of color #779993: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779993 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 147 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.4 |
| HSL | 169.41º | 0.14% | 0.53% | - |
| HSV(B) | 169.41º | 0.22% | 0.6% | - |
| XYZ | 24.27 | 28.81 | 31.89 | - |
| YUV | 142.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 147 | 0.22 | 0 | 0.04 | 0.4 | 169.41 | 0.14 | 0.53 |
| Hex | 77 | 99 | 93 | 16 | 0 | 4 | 28 | A9 | E | 35 |
| Octal | 167 | 231 | 223 | 26 | 0 | 4 | 50 | 251 | 16 | 65 |
| Binary | 1110111 | 10011001 | 10010011 | 10110 | 0 | 100 | 101000 | 10101001 | 1110 | 110101 |
Color Harmonies of #779993
Complementary color
Monochromatic Colors of #779993
Black with #779993
Text Example
Text Example
White with #779993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779993; }
p { color: rgb(119,153,147); }
H1.HeaderClassName
{
color: #779993;
}
.AnyTagClassName
{
color: #779993;
}
</style>
background-color css
<style>
a { background-color: #779993; }
a { background-color: rgb(119,153,147); }
div.DivClassName
{
background-color: #779993;
}
.BgClassName
{
background-color: #779993;
}
</style>
border-color css
<style>
span { border-color: #779993; }
span { border-color: rgb(119,153,147); }
td.TdClassName
{
border-color: #779993;
}
.TagClassName
{
border-color: #779993;
}
</style>