Shades of Juniper #7A9794
Tints of Juniper #7A9794
RGB
CMYK
RGB Variations
Color information
#7A9794 (or 0x7A9794) is known color: Juniper. HEX triplet: 7A, 97 and 94. RGB value is (122,151,148). Sum of RGB (Red+Green+Blue) = 122+151+148=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9794 is #85686B. Grayscale: #8D8D8D. Windows color (decimal): -8743020 or 9738106. OLE color: 9738106.
HSL color Cylindrical-coordinate representation of color #7A9794: hue angle of 173.79º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9794 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 148 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.41 |
| HSL | 173.79º | 0.12% | 0.54% | - |
| HSV(B) | 173.79º | 0.19% | 0.59% | - |
| XYZ | 24.44 | 28.41 | 32.21 | - |
| YUV | 141.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 148 | 0.19 | 0 | 0.02 | 0.41 | 173.79 | 0.12 | 0.54 |
| Hex | 7A | 97 | 94 | 13 | 0 | 2 | 29 | AE | C | 36 |
| Octal | 172 | 227 | 224 | 23 | 0 | 2 | 51 | 256 | 14 | 66 |
| Binary | 1111010 | 10010111 | 10010100 | 10011 | 0 | 10 | 101001 | 10101110 | 1100 | 110110 |
Color Harmonies of #7A9794
Complementary color
Monochromatic Colors of #7A9794
Black with #7A9794
Text Example
Text Example
White with #7A9794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9794; }
p { color: rgb(122,151,148); }
H1.HeaderClassName
{
color: #7A9794;
}
.AnyTagClassName
{
color: #7A9794;
}
</style>
background-color css
<style>
a { background-color: #7A9794; }
a { background-color: rgb(122,151,148); }
div.DivClassName
{
background-color: #7A9794;
}
.BgClassName
{
background-color: #7A9794;
}
</style>
border-color css
<style>
span { border-color: #7A9794; }
span { border-color: rgb(122,151,148); }
td.TdClassName
{
border-color: #7A9794;
}
.TagClassName
{
border-color: #7A9794;
}
</style>