Shades of Juniper #7C9C99
Tints of Juniper #7C9C99
RGB
CMYK
RGB Variations
Color information
#7C9C99 (or 0x7C9C99) is known color: Juniper. HEX triplet: 7C, 9C and 99. RGB value is (124,156,153). Sum of RGB (Red+Green+Blue) = 124+156+153=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9C99 is #836366. Grayscale: #929292. Windows color (decimal): -8610663 or 10067068. OLE color: 10067068.
HSL color Cylindrical-coordinate representation of color #7C9C99: hue angle of 174.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9C99 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 153 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.39 |
| HSL | 174.38º | 0.14% | 0.55% | - |
| HSV(B) | 174.38º | 0.21% | 0.61% | - |
| XYZ | 25.95 | 30.36 | 34.63 | - |
| YUV | 146.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 153 | 0.21 | 0 | 0.02 | 0.39 | 174.38 | 0.14 | 0.55 |
| Hex | 7C | 9C | 99 | 15 | 0 | 2 | 27 | AE | E | 37 |
| Octal | 174 | 234 | 231 | 25 | 0 | 2 | 47 | 256 | 16 | 67 |
| Binary | 1111100 | 10011100 | 10011001 | 10101 | 0 | 10 | 100111 | 10101110 | 1110 | 110111 |
Color Harmonies of #7C9C99
Complementary color
Monochromatic Colors of #7C9C99
Black with #7C9C99
Text Example
Text Example
White with #7C9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C99; }
p { color: rgb(124,156,153); }
H1.HeaderClassName
{
color: #7C9C99;
}
.AnyTagClassName
{
color: #7C9C99;
}
</style>
background-color css
<style>
a { background-color: #7C9C99; }
a { background-color: rgb(124,156,153); }
div.DivClassName
{
background-color: #7C9C99;
}
.BgClassName
{
background-color: #7C9C99;
}
</style>
border-color css
<style>
span { border-color: #7C9C99; }
span { border-color: rgb(124,156,153); }
td.TdClassName
{
border-color: #7C9C99;
}
.TagClassName
{
border-color: #7C9C99;
}
</style>