Shades of Juniper #749192
Tints of Juniper #749192
RGB
CMYK
RGB Variations
Color information
#749192 (or 0x749192) is known color: Juniper. HEX triplet: 74, 91 and 92. RGB value is (116,145,146). Sum of RGB (Red+Green+Blue) = 116+145+146=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #749192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749192 is #8B6E6D. Grayscale: #888888. Windows color (decimal): -9137774 or 9605492. OLE color: 9605492.
HSL color Cylindrical-coordinate representation of color #749192: hue angle of 182º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749192 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 146 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.43 |
| HSL | 182º | 0.12% | 0.51% | - |
| HSV(B) | 182º | 0.21% | 0.57% | - |
| XYZ | 22.52 | 26.04 | 31.03 | - |
| YUV | 136.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 146 | 0.21 | 0.01 | 0 | 0.43 | 182 | 0.12 | 0.51 |
| Hex | 74 | 91 | 92 | 15 | 1 | 0 | 2B | B6 | C | 33 |
| Octal | 164 | 221 | 222 | 25 | 1 | 0 | 53 | 266 | 14 | 63 |
| Binary | 1110100 | 10010001 | 10010010 | 10101 | 1 | 0 | 101011 | 10110110 | 1100 | 110011 |
Color Harmonies of #749192
Complementary color
Monochromatic Colors of #749192
Black with #749192
Text Example
Text Example
White with #749192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749192; }
p { color: rgb(116,145,146); }
H1.HeaderClassName
{
color: #749192;
}
.AnyTagClassName
{
color: #749192;
}
</style>
background-color css
<style>
a { background-color: #749192; }
a { background-color: rgb(116,145,146); }
div.DivClassName
{
background-color: #749192;
}
.BgClassName
{
background-color: #749192;
}
</style>
border-color css
<style>
span { border-color: #749192; }
span { border-color: rgb(116,145,146); }
td.TdClassName
{
border-color: #749192;
}
.TagClassName
{
border-color: #749192;
}
</style>