Shades of Oxley #72A77D
Tints of Oxley #72A77D
RGB
CMYK
RGB Variations
Color information
#72A77D (or 0x72A77D) is known color: Oxley. HEX triplet: 72, A7 and 7D. RGB value is (114,167,125). Sum of RGB (Red+Green+Blue) = 114+167+125=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #72A77D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A77D is #8D5882. Grayscale: #929292. Windows color (decimal): -9263235 or 8234866. OLE color: 8234866.
HSL color Cylindrical-coordinate representation of color #72A77D: hue angle of 132.45º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A77D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 167 | 125 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.35 |
| HSL | 132.45º | 0.23% | 0.55% | - |
| HSV(B) | 132.45º | 0.32% | 0.65% | - |
| XYZ | 24.46 | 32.7 | 24.42 | - |
| YUV | 146.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 125 | 0.32 | 0 | 0.25 | 0.35 | 132.45 | 0.23 | 0.55 |
| Hex | 72 | A7 | 7D | 20 | 0 | 19 | 23 | 84 | 17 | 37 |
| Octal | 162 | 247 | 175 | 40 | 0 | 31 | 43 | 204 | 27 | 67 |
| Binary | 1110010 | 10100111 | 1111101 | 100000 | 0 | 11001 | 100011 | 10000100 | 10111 | 110111 |
Color Harmonies of #72A77D
Complementary color
Monochromatic Colors of #72A77D
Black with #72A77D
Text Example
Text Example
White with #72A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A77D; }
p { color: rgb(114,167,125); }
H1.HeaderClassName
{
color: #72A77D;
}
.AnyTagClassName
{
color: #72A77D;
}
</style>
background-color css
<style>
a { background-color: #72A77D; }
a { background-color: rgb(114,167,125); }
div.DivClassName
{
background-color: #72A77D;
}
.BgClassName
{
background-color: #72A77D;
}
</style>
border-color css
<style>
span { border-color: #72A77D; }
span { border-color: rgb(114,167,125); }
td.TdClassName
{
border-color: #72A77D;
}
.TagClassName
{
border-color: #72A77D;
}
</style>