Shades of Oxley #729A7D
Tints of Oxley #729A7D
RGB
CMYK
RGB Variations
Color information
#729A7D (or 0x729A7D) is known color: Oxley. HEX triplet: 72, 9A and 7D. RGB value is (114,154,125). Sum of RGB (Red+Green+Blue) = 114+154+125=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #729A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A7D is #8D6582. Grayscale: #8A8A8A. Windows color (decimal): -9266563 or 8231538. OLE color: 8231538.
HSL color Cylindrical-coordinate representation of color #729A7D: hue angle of 136.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A7D is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 125 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.40 |
| HSL | 136.5º | 0.17% | 0.53% | - |
| HSV(B) | 136.5º | 0.26% | 0.6% | - |
| XYZ | 22.2 | 28.17 | 23.67 | - |
| YUV | 138.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 125 | 0.26 | 0 | 0.19 | 0.40 | 136.5 | 0.17 | 0.53 |
| Hex | 72 | 9A | 7D | 1A | 0 | 13 | 28 | 88 | 11 | 35 |
| Octal | 162 | 232 | 175 | 32 | 0 | 23 | 50 | 210 | 21 | 65 |
| Binary | 1110010 | 10011010 | 1111101 | 11010 | 0 | 10011 | 101000 | 10001000 | 10001 | 110101 |
Color Harmonies of #729A7D
Complementary color
Monochromatic Colors of #729A7D
Black with #729A7D
Text Example
Text Example
White with #729A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A7D; }
p { color: rgb(114,154,125); }
H1.HeaderClassName
{
color: #729A7D;
}
.AnyTagClassName
{
color: #729A7D;
}
</style>
background-color css
<style>
a { background-color: #729A7D; }
a { background-color: rgb(114,154,125); }
div.DivClassName
{
background-color: #729A7D;
}
.BgClassName
{
background-color: #729A7D;
}
</style>
border-color css
<style>
span { border-color: #729A7D; }
span { border-color: rgb(114,154,125); }
td.TdClassName
{
border-color: #729A7D;
}
.TagClassName
{
border-color: #729A7D;
}
</style>