Shades of Juniper #768A8A
Tints of Juniper #768A8A
RGB
CMYK
RGB Variations
Color information
#768A8A (or 0x768A8A) is known color: Juniper. HEX triplet: 76, 8A and 8A. RGB value is (118,138,138). Sum of RGB (Red+Green+Blue) = 118+138+138=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #768A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A8A is #897575. Grayscale: #848484. Windows color (decimal): -9008502 or 9079414. OLE color: 9079414.
HSL color Cylindrical-coordinate representation of color #768A8A: hue angle of 180º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768A8A is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 138 | - |
| CMYK | 0.14 | 0 | 0 | 0.46 |
| HSL | 180º | 0.08% | 0.5% | - |
| HSV(B) | 180º | 0.14% | 0.54% | - |
| XYZ | 21.15 | 23.86 | 27.54 | - |
| YUV | 132.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 138 | 0.14 | 0 | 0 | 0.46 | 180 | 0.08 | 0.5 |
| Hex | 76 | 8A | 8A | E | 0 | 0 | 2E | B4 | 8 | 32 |
| Octal | 166 | 212 | 212 | 16 | 0 | 0 | 56 | 264 | 10 | 62 |
| Binary | 1110110 | 10001010 | 10001010 | 1110 | 0 | 0 | 101110 | 10110100 | 1000 | 110010 |
Color Harmonies of #768A8A
Complementary color
Monochromatic Colors of #768A8A
Black with #768A8A
Text Example
Text Example
White with #768A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A8A; }
p { color: rgb(118,138,138); }
H1.HeaderClassName
{
color: #768A8A;
}
.AnyTagClassName
{
color: #768A8A;
}
</style>
background-color css
<style>
a { background-color: #768A8A; }
a { background-color: rgb(118,138,138); }
div.DivClassName
{
background-color: #768A8A;
}
.BgClassName
{
background-color: #768A8A;
}
</style>
border-color css
<style>
span { border-color: #768A8A; }
span { border-color: rgb(118,138,138); }
td.TdClassName
{
border-color: #768A8A;
}
.TagClassName
{
border-color: #768A8A;
}
</style>