Shades of Juniper #7F9092
Tints of Juniper #7F9092
RGB
CMYK
RGB Variations
Color information
#7F9092 (or 0x7F9092) is known color: Juniper. HEX triplet: 7F, 90 and 92. RGB value is (127,144,146). Sum of RGB (Red+Green+Blue) = 127+144+146=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F9092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9092 is #806F6D. Grayscale: #8B8B8B. Windows color (decimal): -8417134 or 9605247. OLE color: 9605247.
HSL color Cylindrical-coordinate representation of color #7F9092: hue angle of 186.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F9092 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 144 | 146 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.43 |
| HSL | 186.32º | 0.08% | 0.54% | - |
| HSV(B) | 186.32º | 0.13% | 0.57% | - |
| XYZ | 23.91 | 26.53 | 31.06 | - |
| YUV | 139.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 146 | 0.13 | 0.01 | 0 | 0.43 | 186.32 | 0.08 | 0.54 |
| Hex | 7F | 90 | 92 | D | 1 | 0 | 2B | BA | 8 | 36 |
| Octal | 177 | 220 | 222 | 15 | 1 | 0 | 53 | 272 | 10 | 66 |
| Binary | 1111111 | 10010000 | 10010010 | 1101 | 1 | 0 | 101011 | 10111010 | 1000 | 110110 |
Color Harmonies of #7F9092
Complementary color
Monochromatic Colors of #7F9092
Black with #7F9092
Text Example
Text Example
White with #7F9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9092; }
p { color: rgb(127,144,146); }
H1.HeaderClassName
{
color: #7F9092;
}
.AnyTagClassName
{
color: #7F9092;
}
</style>
background-color css
<style>
a { background-color: #7F9092; }
a { background-color: rgb(127,144,146); }
div.DivClassName
{
background-color: #7F9092;
}
.BgClassName
{
background-color: #7F9092;
}
</style>
border-color css
<style>
span { border-color: #7F9092; }
span { border-color: rgb(127,144,146); }
td.TdClassName
{
border-color: #7F9092;
}
.TagClassName
{
border-color: #7F9092;
}
</style>