Shades of Juniper #768C8A
Tints of Juniper #768C8A
RGB
CMYK
RGB Variations
Color information
#768C8A (or 0x768C8A) is known color: Juniper. HEX triplet: 76, 8C and 8A. RGB value is (118,140,138). Sum of RGB (Red+Green+Blue) = 118+140+138=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 140 - color contains mainly: green. Hex color #768C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C8A is #897375. Grayscale: #858585. Windows color (decimal): -9007990 or 9079926. OLE color: 9079926.
HSL color Cylindrical-coordinate representation of color #768C8A: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768C8A is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 140 | 138 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.45 |
| HSL | 174.55º | 0.09% | 0.51% | - |
| HSV(B) | 174.55º | 0.16% | 0.55% | - |
| XYZ | 21.44 | 24.44 | 27.63 | - |
| YUV | 133.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 138 | 0.16 | 0 | 0.01 | 0.45 | 174.55 | 0.09 | 0.51 |
| Hex | 76 | 8C | 8A | 10 | 0 | 1 | 2D | AF | 9 | 33 |
| Octal | 166 | 214 | 212 | 20 | 0 | 1 | 55 | 257 | 11 | 63 |
| Binary | 1110110 | 10001100 | 10001010 | 10000 | 0 | 1 | 101101 | 10101111 | 1001 | 110011 |
Color Harmonies of #768C8A
Complementary color
Monochromatic Colors of #768C8A
Black with #768C8A
Text Example
Text Example
White with #768C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C8A; }
p { color: rgb(118,140,138); }
H1.HeaderClassName
{
color: #768C8A;
}
.AnyTagClassName
{
color: #768C8A;
}
</style>
background-color css
<style>
a { background-color: #768C8A; }
a { background-color: rgb(118,140,138); }
div.DivClassName
{
background-color: #768C8A;
}
.BgClassName
{
background-color: #768C8A;
}
</style>
border-color css
<style>
span { border-color: #768C8A; }
span { border-color: rgb(118,140,138); }
td.TdClassName
{
border-color: #768C8A;
}
.TagClassName
{
border-color: #768C8A;
}
</style>