Shades of Juniper #788F90
Tints of Juniper #788F90
RGB
CMYK
RGB Variations
Color information
#788F90 (or 0x788F90) is known color: Juniper. HEX triplet: 78, 8F and 90. RGB value is (120,143,144). Sum of RGB (Red+Green+Blue) = 120+143+144=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: blue. Hex color #788F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F90 is #87706F. Grayscale: #888888. Windows color (decimal): -8876144 or 9473912. OLE color: 9473912.
HSL color Cylindrical-coordinate representation of color #788F90: hue angle of 182.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788F90 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 144 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.44 |
| HSL | 182.5º | 0.1% | 0.52% | - |
| HSV(B) | 182.5º | 0.17% | 0.56% | - |
| XYZ | 22.6 | 25.65 | 30.15 | - |
| YUV | 136.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 144 | 0.17 | 0.01 | 0 | 0.44 | 182.5 | 0.1 | 0.52 |
| Hex | 78 | 8F | 90 | 11 | 1 | 0 | 2C | B6 | A | 34 |
| Octal | 170 | 217 | 220 | 21 | 1 | 0 | 54 | 266 | 12 | 64 |
| Binary | 1111000 | 10001111 | 10010000 | 10001 | 1 | 0 | 101100 | 10110110 | 1010 | 110100 |
Color Harmonies of #788F90
Complementary color
Monochromatic Colors of #788F90
Black with #788F90
Text Example
Text Example
White with #788F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F90; }
p { color: rgb(120,143,144); }
H1.HeaderClassName
{
color: #788F90;
}
.AnyTagClassName
{
color: #788F90;
}
</style>
background-color css
<style>
a { background-color: #788F90; }
a { background-color: rgb(120,143,144); }
div.DivClassName
{
background-color: #788F90;
}
.BgClassName
{
background-color: #788F90;
}
</style>
border-color css
<style>
span { border-color: #788F90; }
span { border-color: rgb(120,143,144); }
td.TdClassName
{
border-color: #788F90;
}
.TagClassName
{
border-color: #788F90;
}
</style>