Shades of Juniper #7A928E
Tints of Juniper #7A928E
RGB
CMYK
RGB Variations
Color information
#7A928E (or 0x7A928E) is known color: Juniper. HEX triplet: 7A, 92 and 8E. RGB value is (122,146,142). Sum of RGB (Red+Green+Blue) = 122+146+142=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #7A928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A928E is #856D71. Grayscale: #8A8A8A. Windows color (decimal): -8744306 or 9343610. OLE color: 9343610.
HSL color Cylindrical-coordinate representation of color #7A928E: hue angle of 170º 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 #7A928E is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 142 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.43 |
| HSL | 170º | 0.1% | 0.53% | - |
| HSV(B) | 170º | 0.16% | 0.57% | - |
| XYZ | 23.19 | 26.65 | 29.51 | - |
| YUV | 138.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 142 | 0.16 | 0 | 0.03 | 0.43 | 170 | 0.1 | 0.53 |
| Hex | 7A | 92 | 8E | 10 | 0 | 3 | 2B | AA | A | 35 |
| Octal | 172 | 222 | 216 | 20 | 0 | 3 | 53 | 252 | 12 | 65 |
| Binary | 1111010 | 10010010 | 10001110 | 10000 | 0 | 11 | 101011 | 10101010 | 1010 | 110101 |
Color Harmonies of #7A928E
Complementary color
Monochromatic Colors of #7A928E
Black with #7A928E
Text Example
Text Example
White with #7A928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A928E; }
p { color: rgb(122,146,142); }
H1.HeaderClassName
{
color: #7A928E;
}
.AnyTagClassName
{
color: #7A928E;
}
</style>
background-color css
<style>
a { background-color: #7A928E; }
a { background-color: rgb(122,146,142); }
div.DivClassName
{
background-color: #7A928E;
}
.BgClassName
{
background-color: #7A928E;
}
</style>
border-color css
<style>
span { border-color: #7A928E; }
span { border-color: rgb(122,146,142); }
td.TdClassName
{
border-color: #7A928E;
}
.TagClassName
{
border-color: #7A928E;
}
</style>