Shades of Oxley #749883
Tints of Oxley #749883
RGB
CMYK
RGB Variations
Color information
#749883 (or 0x749883) is known color: Oxley. HEX triplet: 74, 98 and 83. RGB value is (116,152,131). Sum of RGB (Red+Green+Blue) = 116+152+131=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #749883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749883 is #8B677C. Grayscale: #8A8A8A. Windows color (decimal): -9135997 or 8624244. OLE color: 8624244.
HSL color Cylindrical-coordinate representation of color #749883: hue angle of 145º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749883 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 131 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.40 |
| HSL | 145º | 0.15% | 0.53% | - |
| HSV(B) | 145º | 0.24% | 0.6% | - |
| XYZ | 22.53 | 27.81 | 25.65 | - |
| YUV | 138.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 131 | 0.24 | 0 | 0.14 | 0.40 | 145 | 0.15 | 0.53 |
| Hex | 74 | 98 | 83 | 18 | 0 | E | 28 | 91 | F | 35 |
| Octal | 164 | 230 | 203 | 30 | 0 | 16 | 50 | 221 | 17 | 65 |
| Binary | 1110100 | 10011000 | 10000011 | 11000 | 0 | 1110 | 101000 | 10010001 | 1111 | 110101 |
Color Harmonies of #749883
Complementary color
Monochromatic Colors of #749883
Black with #749883
Text Example
Text Example
White with #749883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749883; }
p { color: rgb(116,152,131); }
H1.HeaderClassName
{
color: #749883;
}
.AnyTagClassName
{
color: #749883;
}
</style>
background-color css
<style>
a { background-color: #749883; }
a { background-color: rgb(116,152,131); }
div.DivClassName
{
background-color: #749883;
}
.BgClassName
{
background-color: #749883;
}
</style>
border-color css
<style>
span { border-color: #749883; }
span { border-color: rgb(116,152,131); }
td.TdClassName
{
border-color: #749883;
}
.TagClassName
{
border-color: #749883;
}
</style>