Shades of Oxley #728C7E
Tints of Oxley #728C7E
RGB
CMYK
RGB Variations
Color information
#728C7E (or 0x728C7E) is known color: Oxley. HEX triplet: 72, 8C and 7E. RGB value is (114,140,126). Sum of RGB (Red+Green+Blue) = 114+140+126=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #728C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C7E is #8D7381. Grayscale: #828282. Windows color (decimal): -9270146 or 8293490. OLE color: 8293490.
HSL color Cylindrical-coordinate representation of color #728C7E: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728C7E is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 126 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.45 |
| HSL | 147.69º | 0.1% | 0.5% | - |
| HSV(B) | 147.69º | 0.19% | 0.55% | - |
| XYZ | 20.08 | 23.84 | 23.28 | - |
| YUV | 130.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 126 | 0.19 | 0 | 0.10 | 0.45 | 147.69 | 0.1 | 0.5 |
| Hex | 72 | 8C | 7E | 13 | 0 | A | 2D | 94 | A | 32 |
| Octal | 162 | 214 | 176 | 23 | 0 | 12 | 55 | 224 | 12 | 62 |
| Binary | 1110010 | 10001100 | 1111110 | 10011 | 0 | 1010 | 101101 | 10010100 | 1010 | 110010 |
Color Harmonies of #728C7E
Complementary color
Monochromatic Colors of #728C7E
Black with #728C7E
Text Example
Text Example
White with #728C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C7E; }
p { color: rgb(114,140,126); }
H1.HeaderClassName
{
color: #728C7E;
}
.AnyTagClassName
{
color: #728C7E;
}
</style>
background-color css
<style>
a { background-color: #728C7E; }
a { background-color: rgb(114,140,126); }
div.DivClassName
{
background-color: #728C7E;
}
.BgClassName
{
background-color: #728C7E;
}
</style>
border-color css
<style>
span { border-color: #728C7E; }
span { border-color: rgb(114,140,126); }
td.TdClassName
{
border-color: #728C7E;
}
.TagClassName
{
border-color: #728C7E;
}
</style>