Shades of Juniper #778A8B
Tints of Juniper #778A8B
RGB
CMYK
RGB Variations
Color information
#778A8B (or 0x778A8B) is known color: Juniper. HEX triplet: 77, 8A and 8B. RGB value is (119,138,139). Sum of RGB (Red+Green+Blue) = 119+138+139=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #778A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A8B is #887574. Grayscale: #848484. Windows color (decimal): -8942965 or 9144951. OLE color: 9144951.
HSL color Cylindrical-coordinate representation of color #778A8B: hue angle of 183º 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 #778A8B is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 138 | 139 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.45 |
| HSL | 183º | 0.08% | 0.51% | - |
| HSV(B) | 183º | 0.14% | 0.55% | - |
| XYZ | 21.36 | 23.96 | 27.93 | - |
| YUV | 132.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 139 | 0.14 | 0.01 | 0 | 0.45 | 183 | 0.08 | 0.51 |
| Hex | 77 | 8A | 8B | E | 1 | 0 | 2D | B7 | 8 | 33 |
| Octal | 167 | 212 | 213 | 16 | 1 | 0 | 55 | 267 | 10 | 63 |
| Binary | 1110111 | 10001010 | 10001011 | 1110 | 1 | 0 | 101101 | 10110111 | 1000 | 110011 |
Color Harmonies of #778A8B
Complementary color
Monochromatic Colors of #778A8B
Black with #778A8B
Text Example
Text Example
White with #778A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A8B; }
p { color: rgb(119,138,139); }
H1.HeaderClassName
{
color: #778A8B;
}
.AnyTagClassName
{
color: #778A8B;
}
</style>
background-color css
<style>
a { background-color: #778A8B; }
a { background-color: rgb(119,138,139); }
div.DivClassName
{
background-color: #778A8B;
}
.BgClassName
{
background-color: #778A8B;
}
</style>
border-color css
<style>
span { border-color: #778A8B; }
span { border-color: rgb(119,138,139); }
td.TdClassName
{
border-color: #778A8B;
}
.TagClassName
{
border-color: #778A8B;
}
</style>