Shades of Juniper #788B8B
Tints of Juniper #788B8B
RGB
CMYK
RGB Variations
Color information
#788B8B (or 0x788B8B) is known color: Juniper. HEX triplet: 78, 8B and 8B. RGB value is (120,139,139). Sum of RGB (Red+Green+Blue) = 120+139+139=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #788B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B8B is #877474. Grayscale: #858585. Windows color (decimal): -8877173 or 9145208. OLE color: 9145208.
HSL color Cylindrical-coordinate representation of color #788B8B: hue angle of 180º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B8B is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 139 | - |
| CMYK | 0.14 | 0 | 0 | 0.45 |
| HSL | 180º | 0.08% | 0.51% | - |
| HSV(B) | 180º | 0.14% | 0.55% | - |
| XYZ | 21.64 | 24.32 | 27.98 | - |
| YUV | 133.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 139 | 0.14 | 0 | 0 | 0.45 | 180 | 0.08 | 0.51 |
| Hex | 78 | 8B | 8B | E | 0 | 0 | 2D | B4 | 8 | 33 |
| Octal | 170 | 213 | 213 | 16 | 0 | 0 | 55 | 264 | 10 | 63 |
| Binary | 1111000 | 10001011 | 10001011 | 1110 | 0 | 0 | 101101 | 10110100 | 1000 | 110011 |
Color Harmonies of #788B8B
Complementary color
Monochromatic Colors of #788B8B
Black with #788B8B
Text Example
Text Example
White with #788B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B8B; }
p { color: rgb(120,139,139); }
H1.HeaderClassName
{
color: #788B8B;
}
.AnyTagClassName
{
color: #788B8B;
}
</style>
background-color css
<style>
a { background-color: #788B8B; }
a { background-color: rgb(120,139,139); }
div.DivClassName
{
background-color: #788B8B;
}
.BgClassName
{
background-color: #788B8B;
}
</style>
border-color css
<style>
span { border-color: #788B8B; }
span { border-color: rgb(120,139,139); }
td.TdClassName
{
border-color: #788B8B;
}
.TagClassName
{
border-color: #788B8B;
}
</style>