Shades of Juniper #7A8F91
Tints of Juniper #7A8F91
RGB
CMYK
RGB Variations
Color information
#7A8F91 (or 0x7A8F91) is known color: Juniper. HEX triplet: 7A, 8F and 91. RGB value is (122,143,145). Sum of RGB (Red+Green+Blue) = 122+143+145=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A8F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F91 is #85706E. Grayscale: #888888. Windows color (decimal): -8745071 or 9539450. OLE color: 9539450.
HSL color Cylindrical-coordinate representation of color #7A8F91: hue angle of 185.22º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A8F91 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 143 | 145 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.43 |
| HSL | 185.22º | 0.09% | 0.52% | - |
| HSV(B) | 185.22º | 0.16% | 0.57% | - |
| XYZ | 22.96 | 25.83 | 30.56 | - |
| YUV | 136.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 145 | 0.16 | 0.01 | 0 | 0.43 | 185.22 | 0.09 | 0.52 |
| Hex | 7A | 8F | 91 | 10 | 1 | 0 | 2B | B9 | 9 | 34 |
| Octal | 172 | 217 | 221 | 20 | 1 | 0 | 53 | 271 | 11 | 64 |
| Binary | 1111010 | 10001111 | 10010001 | 10000 | 1 | 0 | 101011 | 10111001 | 1001 | 110100 |
Color Harmonies of #7A8F91
Complementary color
Monochromatic Colors of #7A8F91
Black with #7A8F91
Text Example
Text Example
White with #7A8F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F91; }
p { color: rgb(122,143,145); }
H1.HeaderClassName
{
color: #7A8F91;
}
.AnyTagClassName
{
color: #7A8F91;
}
</style>
background-color css
<style>
a { background-color: #7A8F91; }
a { background-color: rgb(122,143,145); }
div.DivClassName
{
background-color: #7A8F91;
}
.BgClassName
{
background-color: #7A8F91;
}
</style>
border-color css
<style>
span { border-color: #7A8F91; }
span { border-color: rgb(122,143,145); }
td.TdClassName
{
border-color: #7A8F91;
}
.TagClassName
{
border-color: #7A8F91;
}
</style>