Shades of Oxley #728F7E
Tints of Oxley #728F7E
RGB
CMYK
RGB Variations
Color information
#728F7E (or 0x728F7E) is known color: Oxley. HEX triplet: 72, 8F and 7E. RGB value is (114,143,126). Sum of RGB (Red+Green+Blue) = 114+143+126=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #728F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F7E is #8D7081. Grayscale: #848484. Windows color (decimal): -9269378 or 8294258. OLE color: 8294258.
HSL color Cylindrical-coordinate representation of color #728F7E: hue angle of 144.83º 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 #728F7E is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 126 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.44 |
| HSL | 144.83º | 0.11% | 0.5% | - |
| HSV(B) | 144.83º | 0.2% | 0.56% | - |
| XYZ | 20.53 | 24.73 | 23.43 | - |
| YUV | 132.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 126 | 0.20 | 0 | 0.12 | 0.44 | 144.83 | 0.11 | 0.5 |
| Hex | 72 | 8F | 7E | 14 | 0 | C | 2C | 91 | B | 32 |
| Octal | 162 | 217 | 176 | 24 | 0 | 14 | 54 | 221 | 13 | 62 |
| Binary | 1110010 | 10001111 | 1111110 | 10100 | 0 | 1100 | 101100 | 10010001 | 1011 | 110010 |
Color Harmonies of #728F7E
Complementary color
Monochromatic Colors of #728F7E
Black with #728F7E
Text Example
Text Example
White with #728F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F7E; }
p { color: rgb(114,143,126); }
H1.HeaderClassName
{
color: #728F7E;
}
.AnyTagClassName
{
color: #728F7E;
}
</style>
background-color css
<style>
a { background-color: #728F7E; }
a { background-color: rgb(114,143,126); }
div.DivClassName
{
background-color: #728F7E;
}
.BgClassName
{
background-color: #728F7E;
}
</style>
border-color css
<style>
span { border-color: #728F7E; }
span { border-color: rgb(114,143,126); }
td.TdClassName
{
border-color: #728F7E;
}
.TagClassName
{
border-color: #728F7E;
}
</style>