Shades of Juniper #7A9291
Tints of Juniper #7A9291
RGB
CMYK
RGB Variations
Color information
#7A9291 (or 0x7A9291) is known color: Juniper. HEX triplet: 7A, 92 and 91. RGB value is (122,146,145). Sum of RGB (Red+Green+Blue) = 122+146+145=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9291 is #856D6E. Grayscale: #8A8A8A. Windows color (decimal): -8744303 or 9540218. OLE color: 9540218.
HSL color Cylindrical-coordinate representation of color #7A9291: hue angle of 177.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A9291 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 145 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.43 |
| HSL | 177.5º | 0.1% | 0.53% | - |
| HSV(B) | 177.5º | 0.16% | 0.57% | - |
| XYZ | 23.42 | 26.74 | 30.72 | - |
| YUV | 138.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 145 | 0.16 | 0 | 0.01 | 0.43 | 177.5 | 0.1 | 0.53 |
| Hex | 7A | 92 | 91 | 10 | 0 | 1 | 2B | B2 | A | 35 |
| Octal | 172 | 222 | 221 | 20 | 0 | 1 | 53 | 262 | 12 | 65 |
| Binary | 1111010 | 10010010 | 10010001 | 10000 | 0 | 1 | 101011 | 10110010 | 1010 | 110101 |
Color Harmonies of #7A9291
Complementary color
Monochromatic Colors of #7A9291
Black with #7A9291
Text Example
Text Example
White with #7A9291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9291; }
p { color: rgb(122,146,145); }
H1.HeaderClassName
{
color: #7A9291;
}
.AnyTagClassName
{
color: #7A9291;
}
</style>
background-color css
<style>
a { background-color: #7A9291; }
a { background-color: rgb(122,146,145); }
div.DivClassName
{
background-color: #7A9291;
}
.BgClassName
{
background-color: #7A9291;
}
</style>
border-color css
<style>
span { border-color: #7A9291; }
span { border-color: rgb(122,146,145); }
td.TdClassName
{
border-color: #7A9291;
}
.TagClassName
{
border-color: #7A9291;
}
</style>