Shades of Oxley #749E7C
Tints of Oxley #749E7C
RGB
CMYK
RGB Variations
Color information
#749E7C (or 0x749E7C) is known color: Oxley. HEX triplet: 74, 9E and 7C. RGB value is (116,158,124). Sum of RGB (Red+Green+Blue) = 116+158+124=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #749E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E7C is #8B6183. Grayscale: #8D8D8D. Windows color (decimal): -9134468 or 8167028. OLE color: 8167028.
HSL color Cylindrical-coordinate representation of color #749E7C: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E7C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 124 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.38 |
| HSL | 131.43º | 0.18% | 0.54% | - |
| HSV(B) | 131.43º | 0.27% | 0.62% | - |
| XYZ | 23.07 | 29.62 | 23.57 | - |
| YUV | 141.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 124 | 0.27 | 0 | 0.22 | 0.38 | 131.43 | 0.18 | 0.54 |
| Hex | 74 | 9E | 7C | 1B | 0 | 16 | 26 | 83 | 12 | 36 |
| Octal | 164 | 236 | 174 | 33 | 0 | 26 | 46 | 203 | 22 | 66 |
| Binary | 1110100 | 10011110 | 1111100 | 11011 | 0 | 10110 | 100110 | 10000011 | 10010 | 110110 |
Color Harmonies of #749E7C
Complementary color
Monochromatic Colors of #749E7C
Black with #749E7C
Text Example
Text Example
White with #749E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E7C; }
p { color: rgb(116,158,124); }
H1.HeaderClassName
{
color: #749E7C;
}
.AnyTagClassName
{
color: #749E7C;
}
</style>
background-color css
<style>
a { background-color: #749E7C; }
a { background-color: rgb(116,158,124); }
div.DivClassName
{
background-color: #749E7C;
}
.BgClassName
{
background-color: #749E7C;
}
</style>
border-color css
<style>
span { border-color: #749E7C; }
span { border-color: rgb(116,158,124); }
td.TdClassName
{
border-color: #749E7C;
}
.TagClassName
{
border-color: #749E7C;
}
</style>