Shades of Juniper #7A9792
Tints of Juniper #7A9792
RGB
CMYK
RGB Variations
Color information
#7A9792 (or 0x7A9792) is known color: Juniper. HEX triplet: 7A, 97 and 92. RGB value is (122,151,146). Sum of RGB (Red+Green+Blue) = 122+151+146=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9792 is #85686D. Grayscale: #8D8D8D. Windows color (decimal): -8743022 or 9607034. OLE color: 9607034.
HSL color Cylindrical-coordinate representation of color #7A9792: hue angle of 169.66º 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 #7A9792 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 146 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.41 |
| HSL | 169.66º | 0.12% | 0.54% | - |
| HSV(B) | 169.66º | 0.19% | 0.59% | - |
| XYZ | 24.28 | 28.35 | 31.39 | - |
| YUV | 141.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 146 | 0.19 | 0 | 0.03 | 0.41 | 169.66 | 0.12 | 0.54 |
| Hex | 7A | 97 | 92 | 13 | 0 | 3 | 29 | AA | C | 36 |
| Octal | 172 | 227 | 222 | 23 | 0 | 3 | 51 | 252 | 14 | 66 |
| Binary | 1111010 | 10010111 | 10010010 | 10011 | 0 | 11 | 101001 | 10101010 | 1100 | 110110 |
Color Harmonies of #7A9792
Complementary color
Monochromatic Colors of #7A9792
Black with #7A9792
Text Example
Text Example
White with #7A9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9792; }
p { color: rgb(122,151,146); }
H1.HeaderClassName
{
color: #7A9792;
}
.AnyTagClassName
{
color: #7A9792;
}
</style>
background-color css
<style>
a { background-color: #7A9792; }
a { background-color: rgb(122,151,146); }
div.DivClassName
{
background-color: #7A9792;
}
.BgClassName
{
background-color: #7A9792;
}
</style>
border-color css
<style>
span { border-color: #7A9792; }
span { border-color: rgb(122,151,146); }
td.TdClassName
{
border-color: #7A9792;
}
.TagClassName
{
border-color: #7A9792;
}
</style>