Shades of Oxley #749D83
Tints of Oxley #749D83
RGB
CMYK
RGB Variations
Color information
#749D83 (or 0x749D83) is known color: Oxley. HEX triplet: 74, 9D and 83. RGB value is (116,157,131). Sum of RGB (Red+Green+Blue) = 116+157+131=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #749D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D83 is #8B627C. Grayscale: #8D8D8D. Windows color (decimal): -9134717 or 8625524. OLE color: 8625524.
HSL color Cylindrical-coordinate representation of color #749D83: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749D83 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 131 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.38 |
| HSL | 141.95º | 0.17% | 0.54% | - |
| HSV(B) | 141.95º | 0.26% | 0.62% | - |
| XYZ | 23.36 | 29.47 | 25.93 | - |
| YUV | 141.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 131 | 0.26 | 0 | 0.17 | 0.38 | 141.95 | 0.17 | 0.54 |
| Hex | 74 | 9D | 83 | 1A | 0 | 11 | 26 | 8E | 11 | 36 |
| Octal | 164 | 235 | 203 | 32 | 0 | 21 | 46 | 216 | 21 | 66 |
| Binary | 1110100 | 10011101 | 10000011 | 11010 | 0 | 10001 | 100110 | 10001110 | 10001 | 110110 |
Color Harmonies of #749D83
Complementary color
Monochromatic Colors of #749D83
Black with #749D83
Text Example
Text Example
White with #749D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D83; }
p { color: rgb(116,157,131); }
H1.HeaderClassName
{
color: #749D83;
}
.AnyTagClassName
{
color: #749D83;
}
</style>
background-color css
<style>
a { background-color: #749D83; }
a { background-color: rgb(116,157,131); }
div.DivClassName
{
background-color: #749D83;
}
.BgClassName
{
background-color: #749D83;
}
</style>
border-color css
<style>
span { border-color: #749D83; }
span { border-color: rgb(116,157,131); }
td.TdClassName
{
border-color: #749D83;
}
.TagClassName
{
border-color: #749D83;
}
</style>