Shades of Oxley #749582
Tints of Oxley #749582
RGB
CMYK
RGB Variations
Color information
#749582 (or 0x749582) is known color: Oxley. HEX triplet: 74, 95 and 82. RGB value is (116,149,130). Sum of RGB (Red+Green+Blue) = 116+149+130=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #749582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749582 is #8B6A7D. Grayscale: #898989. Windows color (decimal): -9136766 or 8557940. OLE color: 8557940.
HSL color Cylindrical-coordinate representation of color #749582: hue angle of 145.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749582 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 130 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.42 |
| HSL | 145.45º | 0.13% | 0.52% | - |
| HSV(B) | 145.45º | 0.22% | 0.58% | - |
| XYZ | 21.98 | 26.82 | 25.14 | - |
| YUV | 136.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 130 | 0.22 | 0 | 0.13 | 0.42 | 145.45 | 0.13 | 0.52 |
| Hex | 74 | 95 | 82 | 16 | 0 | D | 2A | 91 | D | 34 |
| Octal | 164 | 225 | 202 | 26 | 0 | 15 | 52 | 221 | 15 | 64 |
| Binary | 1110100 | 10010101 | 10000010 | 10110 | 0 | 1101 | 101010 | 10010001 | 1101 | 110100 |
Color Harmonies of #749582
Complementary color
Monochromatic Colors of #749582
Black with #749582
Text Example
Text Example
White with #749582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749582; }
p { color: rgb(116,149,130); }
H1.HeaderClassName
{
color: #749582;
}
.AnyTagClassName
{
color: #749582;
}
</style>
background-color css
<style>
a { background-color: #749582; }
a { background-color: rgb(116,149,130); }
div.DivClassName
{
background-color: #749582;
}
.BgClassName
{
background-color: #749582;
}
</style>
border-color css
<style>
span { border-color: #749582; }
span { border-color: rgb(116,149,130); }
td.TdClassName
{
border-color: #749582;
}
.TagClassName
{
border-color: #749582;
}
</style>