Shades of Juniper #769192
Tints of Juniper #769192
RGB
CMYK
RGB Variations
Color information
#769192 (or 0x769192) is known color: Juniper. HEX triplet: 76, 91 and 92. RGB value is (118,145,146). Sum of RGB (Red+Green+Blue) = 118+145+146=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #769192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769192 is #896E6D. Grayscale: #898989. Windows color (decimal): -9006702 or 9605494. OLE color: 9605494.
HSL color Cylindrical-coordinate representation of color #769192: hue angle of 182.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769192 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 146 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.43 |
| HSL | 182.14º | 0.11% | 0.52% | - |
| HSV(B) | 182.14º | 0.19% | 0.57% | - |
| XYZ | 22.78 | 26.18 | 31.05 | - |
| YUV | 137.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 146 | 0.19 | 0.01 | 0 | 0.43 | 182.14 | 0.11 | 0.52 |
| Hex | 76 | 91 | 92 | 13 | 1 | 0 | 2B | B6 | B | 34 |
| Octal | 166 | 221 | 222 | 23 | 1 | 0 | 53 | 266 | 13 | 64 |
| Binary | 1110110 | 10010001 | 10010010 | 10011 | 1 | 0 | 101011 | 10110110 | 1011 | 110100 |
Color Harmonies of #769192
Complementary color
Monochromatic Colors of #769192
Black with #769192
Text Example
Text Example
White with #769192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769192; }
p { color: rgb(118,145,146); }
H1.HeaderClassName
{
color: #769192;
}
.AnyTagClassName
{
color: #769192;
}
</style>
background-color css
<style>
a { background-color: #769192; }
a { background-color: rgb(118,145,146); }
div.DivClassName
{
background-color: #769192;
}
.BgClassName
{
background-color: #769192;
}
</style>
border-color css
<style>
span { border-color: #769192; }
span { border-color: rgb(118,145,146); }
td.TdClassName
{
border-color: #769192;
}
.TagClassName
{
border-color: #769192;
}
</style>