Shades of Oxley #72A07D
Tints of Oxley #72A07D
RGB
CMYK
RGB Variations
Color information
#72A07D (or 0x72A07D) is known color: Oxley. HEX triplet: 72, A0 and 7D. RGB value is (114,160,125). Sum of RGB (Red+Green+Blue) = 114+160+125=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #72A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A07D is #8D5F82. Grayscale: #8E8E8E. Windows color (decimal): -9265027 or 8233074. OLE color: 8233074.
HSL color Cylindrical-coordinate representation of color #72A07D: hue angle of 134.35º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A07D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 125 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.37 |
| HSL | 134.35º | 0.19% | 0.54% | - |
| HSV(B) | 134.35º | 0.29% | 0.63% | - |
| XYZ | 23.21 | 30.2 | 24.01 | - |
| YUV | 142.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 125 | 0.29 | 0 | 0.22 | 0.37 | 134.35 | 0.19 | 0.54 |
| Hex | 72 | A0 | 7D | 1D | 0 | 16 | 25 | 86 | 13 | 36 |
| Octal | 162 | 240 | 175 | 35 | 0 | 26 | 45 | 206 | 23 | 66 |
| Binary | 1110010 | 10100000 | 1111101 | 11101 | 0 | 10110 | 100101 | 10000110 | 10011 | 110110 |
Color Harmonies of #72A07D
Complementary color
Monochromatic Colors of #72A07D
Black with #72A07D
Text Example
Text Example
White with #72A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A07D; }
p { color: rgb(114,160,125); }
H1.HeaderClassName
{
color: #72A07D;
}
.AnyTagClassName
{
color: #72A07D;
}
</style>
background-color css
<style>
a { background-color: #72A07D; }
a { background-color: rgb(114,160,125); }
div.DivClassName
{
background-color: #72A07D;
}
.BgClassName
{
background-color: #72A07D;
}
</style>
border-color css
<style>
span { border-color: #72A07D; }
span { border-color: rgb(114,160,125); }
td.TdClassName
{
border-color: #72A07D;
}
.TagClassName
{
border-color: #72A07D;
}
</style>