Shades of Oxley #729C83
Tints of Oxley #729C83
RGB
CMYK
RGB Variations
Color information
#729C83 (or 0x729C83) is known color: Oxley. HEX triplet: 72, 9C and 83. RGB value is (114,156,131). Sum of RGB (Red+Green+Blue) = 114+156+131=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #729C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C83 is #8D637C. Grayscale: #8C8C8C. Windows color (decimal): -9266045 or 8625266. OLE color: 8625266.
HSL color Cylindrical-coordinate representation of color #729C83: hue angle of 144.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C83 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 131 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.39 |
| HSL | 144.29º | 0.18% | 0.53% | - |
| HSV(B) | 144.29º | 0.27% | 0.61% | - |
| XYZ | 22.92 | 28.99 | 25.86 | - |
| YUV | 140.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 131 | 0.27 | 0 | 0.16 | 0.39 | 144.29 | 0.18 | 0.53 |
| Hex | 72 | 9C | 83 | 1B | 0 | 10 | 27 | 90 | 12 | 35 |
| Octal | 162 | 234 | 203 | 33 | 0 | 20 | 47 | 220 | 22 | 65 |
| Binary | 1110010 | 10011100 | 10000011 | 11011 | 0 | 10000 | 100111 | 10010000 | 10010 | 110101 |
Color Harmonies of #729C83
Complementary color
Monochromatic Colors of #729C83
Black with #729C83
Text Example
Text Example
White with #729C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C83; }
p { color: rgb(114,156,131); }
H1.HeaderClassName
{
color: #729C83;
}
.AnyTagClassName
{
color: #729C83;
}
</style>
background-color css
<style>
a { background-color: #729C83; }
a { background-color: rgb(114,156,131); }
div.DivClassName
{
background-color: #729C83;
}
.BgClassName
{
background-color: #729C83;
}
</style>
border-color css
<style>
span { border-color: #729C83; }
span { border-color: rgb(114,156,131); }
td.TdClassName
{
border-color: #729C83;
}
.TagClassName
{
border-color: #729C83;
}
</style>