Shades of Juniper #7B9193
Tints of Juniper #7B9193
RGB
CMYK
RGB Variations
Color information
#7B9193 (or 0x7B9193) is known color: Juniper. HEX triplet: 7B, 91 and 93. RGB value is (123,145,147). Sum of RGB (Red+Green+Blue) = 123+145+147=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B9193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9193 is #846E6C. Grayscale: #8A8A8A. Windows color (decimal): -8679021 or 9671035. OLE color: 9671035.
HSL color Cylindrical-coordinate representation of color #7B9193: hue angle of 185º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B9193 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 145 | 147 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.42 |
| HSL | 185º | 0.1% | 0.53% | - |
| HSV(B) | 185º | 0.16% | 0.58% | - |
| XYZ | 23.56 | 26.57 | 31.49 | - |
| YUV | 138.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 147 | 0.16 | 0.01 | 0 | 0.42 | 185 | 0.1 | 0.53 |
| Hex | 7B | 91 | 93 | 10 | 1 | 0 | 2A | B9 | A | 35 |
| Octal | 173 | 221 | 223 | 20 | 1 | 0 | 52 | 271 | 12 | 65 |
| Binary | 1111011 | 10010001 | 10010011 | 10000 | 1 | 0 | 101010 | 10111001 | 1010 | 110101 |
Color Harmonies of #7B9193
Complementary color
Monochromatic Colors of #7B9193
Black with #7B9193
Text Example
Text Example
White with #7B9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9193; }
p { color: rgb(123,145,147); }
H1.HeaderClassName
{
color: #7B9193;
}
.AnyTagClassName
{
color: #7B9193;
}
</style>
background-color css
<style>
a { background-color: #7B9193; }
a { background-color: rgb(123,145,147); }
div.DivClassName
{
background-color: #7B9193;
}
.BgClassName
{
background-color: #7B9193;
}
</style>
border-color css
<style>
span { border-color: #7B9193; }
span { border-color: rgb(123,145,147); }
td.TdClassName
{
border-color: #7B9193;
}
.TagClassName
{
border-color: #7B9193;
}
</style>