Shades of Oxley #749A7C
Tints of Oxley #749A7C
RGB
CMYK
RGB Variations
Color information
#749A7C (or 0x749A7C) is known color: Oxley. HEX triplet: 74, 9A and 7C. RGB value is (116,154,124). Sum of RGB (Red+Green+Blue) = 116+154+124=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #749A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A7C is #8B6583. Grayscale: #8B8B8B. Windows color (decimal): -9135492 or 8166004. OLE color: 8166004.
HSL color Cylindrical-coordinate representation of color #749A7C: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749A7C is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 124 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.40 |
| HSL | 132.63º | 0.16% | 0.53% | - |
| HSV(B) | 132.63º | 0.25% | 0.6% | - |
| XYZ | 22.4 | 28.28 | 23.35 | - |
| YUV | 139.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 124 | 0.25 | 0 | 0.19 | 0.40 | 132.63 | 0.16 | 0.53 |
| Hex | 74 | 9A | 7C | 19 | 0 | 13 | 28 | 85 | 10 | 35 |
| Octal | 164 | 232 | 174 | 31 | 0 | 23 | 50 | 205 | 20 | 65 |
| Binary | 1110100 | 10011010 | 1111100 | 11001 | 0 | 10011 | 101000 | 10000101 | 10000 | 110101 |
Color Harmonies of #749A7C
Complementary color
Monochromatic Colors of #749A7C
Black with #749A7C
Text Example
Text Example
White with #749A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A7C; }
p { color: rgb(116,154,124); }
H1.HeaderClassName
{
color: #749A7C;
}
.AnyTagClassName
{
color: #749A7C;
}
</style>
background-color css
<style>
a { background-color: #749A7C; }
a { background-color: rgb(116,154,124); }
div.DivClassName
{
background-color: #749A7C;
}
.BgClassName
{
background-color: #749A7C;
}
</style>
border-color css
<style>
span { border-color: #749A7C; }
span { border-color: rgb(116,154,124); }
td.TdClassName
{
border-color: #749A7C;
}
.TagClassName
{
border-color: #749A7C;
}
</style>