Shades of Juniper #788889
Tints of Juniper #788889
RGB
CMYK
RGB Variations
Color information
#788889 (or 0x788889) is known color: Juniper. HEX triplet: 78, 88 and 89. RGB value is (120,136,137). Sum of RGB (Red+Green+Blue) = 120+136+137=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #788889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788889 is #877776. Grayscale: #838383. Windows color (decimal): -8877943 or 9013368. OLE color: 9013368.
HSL color Cylindrical-coordinate representation of color #788889: hue angle of 183.53º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788889 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 136 | 137 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.46 |
| HSL | 183.53º | 0.07% | 0.5% | - |
| HSV(B) | 183.53º | 0.12% | 0.54% | - |
| XYZ | 21.07 | 23.41 | 27.07 | - |
| YUV | 131.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 137 | 0.12 | 0.01 | 0 | 0.46 | 183.53 | 0.07 | 0.5 |
| Hex | 78 | 88 | 89 | C | 1 | 0 | 2E | B8 | 7 | 32 |
| Octal | 170 | 210 | 211 | 14 | 1 | 0 | 56 | 270 | 7 | 62 |
| Binary | 1111000 | 10001000 | 10001001 | 1100 | 1 | 0 | 101110 | 10111000 | 111 | 110010 |
Color Harmonies of #788889
Complementary color
Monochromatic Colors of #788889
Black with #788889
Text Example
Text Example
White with #788889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788889; }
p { color: rgb(120,136,137); }
H1.HeaderClassName
{
color: #788889;
}
.AnyTagClassName
{
color: #788889;
}
</style>
background-color css
<style>
a { background-color: #788889; }
a { background-color: rgb(120,136,137); }
div.DivClassName
{
background-color: #788889;
}
.BgClassName
{
background-color: #788889;
}
</style>
border-color css
<style>
span { border-color: #788889; }
span { border-color: rgb(120,136,137); }
td.TdClassName
{
border-color: #788889;
}
.TagClassName
{
border-color: #788889;
}
</style>