Shades of Oxley #749C83
Tints of Oxley #749C83
RGB
CMYK
RGB Variations
Color information
#749C83 (or 0x749C83) is known color: Oxley. HEX triplet: 74, 9C and 83. RGB value is (116,156,131). Sum of RGB (Red+Green+Blue) = 116+156+131=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #749C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C83 is #8B637C. Grayscale: #8D8D8D. Windows color (decimal): -9134973 or 8625268. OLE color: 8625268.
HSL color Cylindrical-coordinate representation of color #749C83: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C83 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 131 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.39 |
| HSL | 142.5º | 0.17% | 0.53% | - |
| HSV(B) | 142.5º | 0.26% | 0.61% | - |
| XYZ | 23.19 | 29.13 | 25.87 | - |
| YUV | 141.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 131 | 0.26 | 0 | 0.16 | 0.39 | 142.5 | 0.17 | 0.53 |
| Hex | 74 | 9C | 83 | 1A | 0 | 10 | 27 | 8E | 11 | 35 |
| Octal | 164 | 234 | 203 | 32 | 0 | 20 | 47 | 216 | 21 | 65 |
| Binary | 1110100 | 10011100 | 10000011 | 11010 | 0 | 10000 | 100111 | 10001110 | 10001 | 110101 |
Color Harmonies of #749C83
Complementary color
Monochromatic Colors of #749C83
Black with #749C83
Text Example
Text Example
White with #749C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C83; }
p { color: rgb(116,156,131); }
H1.HeaderClassName
{
color: #749C83;
}
.AnyTagClassName
{
color: #749C83;
}
</style>
background-color css
<style>
a { background-color: #749C83; }
a { background-color: rgb(116,156,131); }
div.DivClassName
{
background-color: #749C83;
}
.BgClassName
{
background-color: #749C83;
}
</style>
border-color css
<style>
span { border-color: #749C83; }
span { border-color: rgb(116,156,131); }
td.TdClassName
{
border-color: #749C83;
}
.TagClassName
{
border-color: #749C83;
}
</style>