Shades of Oxley #749884
Tints of Oxley #749884
RGB
CMYK
RGB Variations
Color information
#749884 (or 0x749884) is known color: Oxley. HEX triplet: 74, 98 and 84. RGB value is (116,152,132). Sum of RGB (Red+Green+Blue) = 116+152+132=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #749884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749884 is #8B677B. Grayscale: #8B8B8B. Windows color (decimal): -9135996 or 8689780. OLE color: 8689780.
HSL color Cylindrical-coordinate representation of color #749884: hue angle of 146.67º 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 #749884 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 132 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.40 |
| HSL | 146.67º | 0.15% | 0.53% | - |
| HSV(B) | 146.67º | 0.24% | 0.6% | - |
| XYZ | 22.6 | 27.84 | 26.01 | - |
| YUV | 138.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 132 | 0.24 | 0 | 0.13 | 0.40 | 146.67 | 0.15 | 0.53 |
| Hex | 74 | 98 | 84 | 18 | 0 | D | 28 | 93 | F | 35 |
| Octal | 164 | 230 | 204 | 30 | 0 | 15 | 50 | 223 | 17 | 65 |
| Binary | 1110100 | 10011000 | 10000100 | 11000 | 0 | 1101 | 101000 | 10010011 | 1111 | 110101 |
Color Harmonies of #749884
Complementary color
Monochromatic Colors of #749884
Black with #749884
Text Example
Text Example
White with #749884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749884; }
p { color: rgb(116,152,132); }
H1.HeaderClassName
{
color: #749884;
}
.AnyTagClassName
{
color: #749884;
}
</style>
background-color css
<style>
a { background-color: #749884; }
a { background-color: rgb(116,152,132); }
div.DivClassName
{
background-color: #749884;
}
.BgClassName
{
background-color: #749884;
}
</style>
border-color css
<style>
span { border-color: #749884; }
span { border-color: rgb(116,152,132); }
td.TdClassName
{
border-color: #749884;
}
.TagClassName
{
border-color: #749884;
}
</style>