Shades of Juniper #77948F
Tints of Juniper #77948F
RGB
CMYK
RGB Variations
Color information
#77948F (or 0x77948F) is known color: Juniper. HEX triplet: 77, 94 and 8F. RGB value is (119,148,143). Sum of RGB (Red+Green+Blue) = 119+148+143=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #77948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77948F is #886B70. Grayscale: #8A8A8A. Windows color (decimal): -8940401 or 9409655. OLE color: 9409655.
HSL color Cylindrical-coordinate representation of color #77948F: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77948F is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 143 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.42 |
| HSL | 169.66º | 0.12% | 0.52% | - |
| HSV(B) | 169.66º | 0.2% | 0.58% | - |
| XYZ | 23.16 | 27.08 | 29.99 | - |
| YUV | 138.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 143 | 0.20 | 0 | 0.03 | 0.42 | 169.66 | 0.12 | 0.52 |
| Hex | 77 | 94 | 8F | 14 | 0 | 3 | 2A | AA | C | 34 |
| Octal | 167 | 224 | 217 | 24 | 0 | 3 | 52 | 252 | 14 | 64 |
| Binary | 1110111 | 10010100 | 10001111 | 10100 | 0 | 11 | 101010 | 10101010 | 1100 | 110100 |
Color Harmonies of #77948F
Complementary color
Monochromatic Colors of #77948F
Black with #77948F
Text Example
Text Example
White with #77948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77948F; }
p { color: rgb(119,148,143); }
H1.HeaderClassName
{
color: #77948F;
}
.AnyTagClassName
{
color: #77948F;
}
</style>
background-color css
<style>
a { background-color: #77948F; }
a { background-color: rgb(119,148,143); }
div.DivClassName
{
background-color: #77948F;
}
.BgClassName
{
background-color: #77948F;
}
</style>
border-color css
<style>
span { border-color: #77948F; }
span { border-color: rgb(119,148,143); }
td.TdClassName
{
border-color: #77948F;
}
.TagClassName
{
border-color: #77948F;
}
</style>