Shades of Oxley #728B7B
Tints of Oxley #728B7B
RGB
CMYK
RGB Variations
Color information
#728B7B (or 0x728B7B) is known color: Oxley. HEX triplet: 72, 8B and 7B. RGB value is (114,139,123). Sum of RGB (Red+Green+Blue) = 114+139+123=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #728B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B7B is #8D7484. Grayscale: #818181. Windows color (decimal): -9270405 or 8096626. OLE color: 8096626.
HSL color Cylindrical-coordinate representation of color #728B7B: hue angle of 141.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B7B is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 123 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.45 |
| HSL | 141.6º | 0.1% | 0.5% | - |
| HSV(B) | 141.6º | 0.18% | 0.55% | - |
| XYZ | 19.75 | 23.47 | 22.23 | - |
| YUV | 129.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 123 | 0.18 | 0 | 0.12 | 0.45 | 141.6 | 0.1 | 0.5 |
| Hex | 72 | 8B | 7B | 12 | 0 | C | 2D | 8E | A | 32 |
| Octal | 162 | 213 | 173 | 22 | 0 | 14 | 55 | 216 | 12 | 62 |
| Binary | 1110010 | 10001011 | 1111011 | 10010 | 0 | 1100 | 101101 | 10001110 | 1010 | 110010 |
Color Harmonies of #728B7B
Complementary color
Monochromatic Colors of #728B7B
Black with #728B7B
Text Example
Text Example
White with #728B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B7B; }
p { color: rgb(114,139,123); }
H1.HeaderClassName
{
color: #728B7B;
}
.AnyTagClassName
{
color: #728B7B;
}
</style>
background-color css
<style>
a { background-color: #728B7B; }
a { background-color: rgb(114,139,123); }
div.DivClassName
{
background-color: #728B7B;
}
.BgClassName
{
background-color: #728B7B;
}
</style>
border-color css
<style>
span { border-color: #728B7B; }
span { border-color: rgb(114,139,123); }
td.TdClassName
{
border-color: #728B7B;
}
.TagClassName
{
border-color: #728B7B;
}
</style>