Shades of Oxley #728F7F
Tints of Oxley #728F7F
RGB
CMYK
RGB Variations
Color information
#728F7F (or 0x728F7F) is known color: Oxley. HEX triplet: 72, 8F and 7F. RGB value is (114,143,127). Sum of RGB (Red+Green+Blue) = 114+143+127=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #728F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F7F is #8D7080. Grayscale: #848484. Windows color (decimal): -9269377 or 8359794. OLE color: 8359794.
HSL color Cylindrical-coordinate representation of color #728F7F: hue angle of 146.9º 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 #728F7F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 127 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.44 |
| HSL | 146.9º | 0.11% | 0.5% | - |
| HSV(B) | 146.9º | 0.2% | 0.56% | - |
| XYZ | 20.59 | 24.75 | 23.77 | - |
| YUV | 132.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 127 | 0.20 | 0 | 0.11 | 0.44 | 146.9 | 0.11 | 0.5 |
| Hex | 72 | 8F | 7F | 14 | 0 | B | 2C | 93 | B | 32 |
| Octal | 162 | 217 | 177 | 24 | 0 | 13 | 54 | 223 | 13 | 62 |
| Binary | 1110010 | 10001111 | 1111111 | 10100 | 0 | 1011 | 101100 | 10010011 | 1011 | 110010 |
Color Harmonies of #728F7F
Complementary color
Monochromatic Colors of #728F7F
Black with #728F7F
Text Example
Text Example
White with #728F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F7F; }
p { color: rgb(114,143,127); }
H1.HeaderClassName
{
color: #728F7F;
}
.AnyTagClassName
{
color: #728F7F;
}
</style>
background-color css
<style>
a { background-color: #728F7F; }
a { background-color: rgb(114,143,127); }
div.DivClassName
{
background-color: #728F7F;
}
.BgClassName
{
background-color: #728F7F;
}
</style>
border-color css
<style>
span { border-color: #728F7F; }
span { border-color: rgb(114,143,127); }
td.TdClassName
{
border-color: #728F7F;
}
.TagClassName
{
border-color: #728F7F;
}
</style>