Shades of Juniper #76908F
Tints of Juniper #76908F
RGB
CMYK
RGB Variations
Color information
#76908F (or 0x76908F) is known color: Juniper. HEX triplet: 76, 90 and 8F. RGB value is (118,144,143). Sum of RGB (Red+Green+Blue) = 118+144+143=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #76908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76908F is #896F70. Grayscale: #888888. Windows color (decimal): -9006961 or 9408630. OLE color: 9408630.
HSL color Cylindrical-coordinate representation of color #76908F: hue angle of 177.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76908F is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 143 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.44 |
| HSL | 177.69º | 0.1% | 0.51% | - |
| HSV(B) | 177.69º | 0.18% | 0.56% | - |
| XYZ | 22.4 | 25.78 | 29.78 | - |
| YUV | 136.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 143 | 0.18 | 0 | 0.01 | 0.44 | 177.69 | 0.1 | 0.51 |
| Hex | 76 | 90 | 8F | 12 | 0 | 1 | 2C | B2 | A | 33 |
| Octal | 166 | 220 | 217 | 22 | 0 | 1 | 54 | 262 | 12 | 63 |
| Binary | 1110110 | 10010000 | 10001111 | 10010 | 0 | 1 | 101100 | 10110010 | 1010 | 110011 |
Color Harmonies of #76908F
Complementary color
Monochromatic Colors of #76908F
Black with #76908F
Text Example
Text Example
White with #76908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76908F; }
p { color: rgb(118,144,143); }
H1.HeaderClassName
{
color: #76908F;
}
.AnyTagClassName
{
color: #76908F;
}
</style>
background-color css
<style>
a { background-color: #76908F; }
a { background-color: rgb(118,144,143); }
div.DivClassName
{
background-color: #76908F;
}
.BgClassName
{
background-color: #76908F;
}
</style>
border-color css
<style>
span { border-color: #76908F; }
span { border-color: rgb(118,144,143); }
td.TdClassName
{
border-color: #76908F;
}
.TagClassName
{
border-color: #76908F;
}
</style>