Shades of Juniper #7C9996
Tints of Juniper #7C9996
RGB
CMYK
RGB Variations
Color information
#7C9996 (or 0x7C9996) is known color: Juniper. HEX triplet: 7C, 99 and 96. RGB value is (124,153,150). Sum of RGB (Red+Green+Blue) = 124+153+150=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9996 is #836669. Grayscale: #8F8F8F. Windows color (decimal): -8611434 or 9869692. OLE color: 9869692.
HSL color Cylindrical-coordinate representation of color #7C9996: hue angle of 173.79º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C9996 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 150 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.4 |
| HSL | 173.79º | 0.12% | 0.54% | - |
| HSV(B) | 173.79º | 0.19% | 0.6% | - |
| XYZ | 25.21 | 29.27 | 33.18 | - |
| YUV | 143.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 150 | 0.19 | 0 | 0.02 | 0.4 | 173.79 | 0.12 | 0.54 |
| Hex | 7C | 99 | 96 | 13 | 0 | 2 | 28 | AE | C | 36 |
| Octal | 174 | 231 | 226 | 23 | 0 | 2 | 50 | 256 | 14 | 66 |
| Binary | 1111100 | 10011001 | 10010110 | 10011 | 0 | 10 | 101000 | 10101110 | 1100 | 110110 |
Color Harmonies of #7C9996
Complementary color
Monochromatic Colors of #7C9996
Black with #7C9996
Text Example
Text Example
White with #7C9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9996; }
p { color: rgb(124,153,150); }
H1.HeaderClassName
{
color: #7C9996;
}
.AnyTagClassName
{
color: #7C9996;
}
</style>
background-color css
<style>
a { background-color: #7C9996; }
a { background-color: rgb(124,153,150); }
div.DivClassName
{
background-color: #7C9996;
}
.BgClassName
{
background-color: #7C9996;
}
</style>
border-color css
<style>
span { border-color: #7C9996; }
span { border-color: rgb(124,153,150); }
td.TdClassName
{
border-color: #7C9996;
}
.TagClassName
{
border-color: #7C9996;
}
</style>