Shades of Juniper #7C8F8E
Tints of Juniper #7C8F8E
RGB
CMYK
RGB Variations
Color information
#7C8F8E (or 0x7C8F8E) is known color: Juniper. HEX triplet: 7C, 8F and 8E. RGB value is (124,143,142). Sum of RGB (Red+Green+Blue) = 124+143+142=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8F8E is #837071. Grayscale: #898989. Windows color (decimal): -8614002 or 9342844. OLE color: 9342844.
HSL color Cylindrical-coordinate representation of color #7C8F8E: hue angle of 176.84º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8F8E is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 143 | 142 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.44 |
| HSL | 176.84º | 0.08% | 0.52% | - |
| HSV(B) | 176.84º | 0.13% | 0.56% | - |
| XYZ | 23.02 | 25.88 | 29.37 | - |
| YUV | 137.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 142 | 0.13 | 0 | 0.01 | 0.44 | 176.84 | 0.08 | 0.52 |
| Hex | 7C | 8F | 8E | D | 0 | 1 | 2C | B1 | 8 | 34 |
| Octal | 174 | 217 | 216 | 15 | 0 | 1 | 54 | 261 | 10 | 64 |
| Binary | 1111100 | 10001111 | 10001110 | 1101 | 0 | 1 | 101100 | 10110001 | 1000 | 110100 |
Color Harmonies of #7C8F8E
Complementary color
Monochromatic Colors of #7C8F8E
Black with #7C8F8E
Text Example
Text Example
White with #7C8F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8F8E; }
p { color: rgb(124,143,142); }
H1.HeaderClassName
{
color: #7C8F8E;
}
.AnyTagClassName
{
color: #7C8F8E;
}
</style>
background-color css
<style>
a { background-color: #7C8F8E; }
a { background-color: rgb(124,143,142); }
div.DivClassName
{
background-color: #7C8F8E;
}
.BgClassName
{
background-color: #7C8F8E;
}
</style>
border-color css
<style>
span { border-color: #7C8F8E; }
span { border-color: rgb(124,143,142); }
td.TdClassName
{
border-color: #7C8F8E;
}
.TagClassName
{
border-color: #7C8F8E;
}
</style>