Shades of Juniper #7C9994
Tints of Juniper #7C9994
RGB
CMYK
RGB Variations
Color information
#7C9994 (or 0x7C9994) is known color: Juniper. HEX triplet: 7C, 99 and 94. RGB value is (124,153,148). Sum of RGB (Red+Green+Blue) = 124+153+148=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9994 is #83666B. Grayscale: #8F8F8F. Windows color (decimal): -8611436 or 9738620. OLE color: 9738620.
HSL color Cylindrical-coordinate representation of color #7C9994: hue angle of 169.66º 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 #7C9994 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 148 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.4 |
| HSL | 169.66º | 0.12% | 0.54% | - |
| HSV(B) | 169.66º | 0.19% | 0.6% | - |
| XYZ | 25.05 | 29.21 | 32.33 | - |
| YUV | 143.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 148 | 0.19 | 0 | 0.03 | 0.4 | 169.66 | 0.12 | 0.54 |
| Hex | 7C | 99 | 94 | 13 | 0 | 3 | 28 | AA | C | 36 |
| Octal | 174 | 231 | 224 | 23 | 0 | 3 | 50 | 252 | 14 | 66 |
| Binary | 1111100 | 10011001 | 10010100 | 10011 | 0 | 11 | 101000 | 10101010 | 1100 | 110110 |
Color Harmonies of #7C9994
Complementary color
Monochromatic Colors of #7C9994
Black with #7C9994
Text Example
Text Example
White with #7C9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9994; }
p { color: rgb(124,153,148); }
H1.HeaderClassName
{
color: #7C9994;
}
.AnyTagClassName
{
color: #7C9994;
}
</style>
background-color css
<style>
a { background-color: #7C9994; }
a { background-color: rgb(124,153,148); }
div.DivClassName
{
background-color: #7C9994;
}
.BgClassName
{
background-color: #7C9994;
}
</style>
border-color css
<style>
span { border-color: #7C9994; }
span { border-color: rgb(124,153,148); }
td.TdClassName
{
border-color: #7C9994;
}
.TagClassName
{
border-color: #7C9994;
}
</style>