Shades of Oxley #728E7D
Tints of Oxley #728E7D
RGB
CMYK
RGB Variations
Color information
#728E7D (or 0x728E7D) is known color: Oxley. HEX triplet: 72, 8E and 7D. RGB value is (114,142,125). Sum of RGB (Red+Green+Blue) = 114+142+125=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #728E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E7D is #8D7182. Grayscale: #838383. Windows color (decimal): -9269635 or 8228466. OLE color: 8228466.
HSL color Cylindrical-coordinate representation of color #728E7D: hue angle of 143.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728E7D is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 125 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.44 |
| HSL | 143.57º | 0.11% | 0.5% | - |
| HSV(B) | 143.57º | 0.2% | 0.56% | - |
| XYZ | 20.31 | 24.4 | 23.04 | - |
| YUV | 131.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 125 | 0.20 | 0 | 0.12 | 0.44 | 143.57 | 0.11 | 0.5 |
| Hex | 72 | 8E | 7D | 14 | 0 | C | 2C | 90 | B | 32 |
| Octal | 162 | 216 | 175 | 24 | 0 | 14 | 54 | 220 | 13 | 62 |
| Binary | 1110010 | 10001110 | 1111101 | 10100 | 0 | 1100 | 101100 | 10010000 | 1011 | 110010 |
Color Harmonies of #728E7D
Complementary color
Monochromatic Colors of #728E7D
Black with #728E7D
Text Example
Text Example
White with #728E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E7D; }
p { color: rgb(114,142,125); }
H1.HeaderClassName
{
color: #728E7D;
}
.AnyTagClassName
{
color: #728E7D;
}
</style>
background-color css
<style>
a { background-color: #728E7D; }
a { background-color: rgb(114,142,125); }
div.DivClassName
{
background-color: #728E7D;
}
.BgClassName
{
background-color: #728E7D;
}
</style>
border-color css
<style>
span { border-color: #728E7D; }
span { border-color: rgb(114,142,125); }
td.TdClassName
{
border-color: #728E7D;
}
.TagClassName
{
border-color: #728E7D;
}
</style>