Shades of Juniper #748F91
Tints of Juniper #748F91
RGB
CMYK
RGB Variations
Color information
#748F91 (or 0x748F91) is known color: Juniper. HEX triplet: 74, 8F and 91. RGB value is (116,143,145). Sum of RGB (Red+Green+Blue) = 116+143+145=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #748F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F91 is #8B706E. Grayscale: #878787. Windows color (decimal): -9138287 or 9539444. OLE color: 9539444.
HSL color Cylindrical-coordinate representation of color #748F91: hue angle of 184.14º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748F91 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 143 | 145 | - |
| CMYK | 0.2 | 0.01 | 0 | 0.43 |
| HSL | 184.14º | 0.12% | 0.51% | - |
| HSV(B) | 184.14º | 0.2% | 0.57% | - |
| XYZ | 22.14 | 25.4 | 30.52 | - |
| YUV | 135.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 145 | 0.2 | 0.01 | 0 | 0.43 | 184.14 | 0.12 | 0.51 |
| Hex | 74 | 8F | 91 | 14 | 1 | 0 | 2B | B8 | C | 33 |
| Octal | 164 | 217 | 221 | 24 | 1 | 0 | 53 | 270 | 14 | 63 |
| Binary | 1110100 | 10001111 | 10010001 | 10100 | 1 | 0 | 101011 | 10111000 | 1100 | 110011 |
Color Harmonies of #748F91
Complementary color
Monochromatic Colors of #748F91
Black with #748F91
Text Example
Text Example
White with #748F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F91; }
p { color: rgb(116,143,145); }
H1.HeaderClassName
{
color: #748F91;
}
.AnyTagClassName
{
color: #748F91;
}
</style>
background-color css
<style>
a { background-color: #748F91; }
a { background-color: rgb(116,143,145); }
div.DivClassName
{
background-color: #748F91;
}
.BgClassName
{
background-color: #748F91;
}
</style>
border-color css
<style>
span { border-color: #748F91; }
span { border-color: rgb(116,143,145); }
td.TdClassName
{
border-color: #748F91;
}
.TagClassName
{
border-color: #748F91;
}
</style>