Shades of Oxley #72907A
Tints of Oxley #72907A
RGB
CMYK
RGB Variations
Color information
#72907A (or 0x72907A) is known color: Oxley. HEX triplet: 72, 90 and 7A. RGB value is (114,144,122). Sum of RGB (Red+Green+Blue) = 114+144+122=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #72907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72907A is #8D6F85. Grayscale: #848484. Windows color (decimal): -9269126 or 8032370. OLE color: 8032370.
HSL color Cylindrical-coordinate representation of color #72907A: hue angle of 136º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72907A is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 122 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.44 |
| HSL | 136º | 0.12% | 0.51% | - |
| HSV(B) | 136º | 0.21% | 0.56% | - |
| XYZ | 20.43 | 24.93 | 22.15 | - |
| YUV | 132.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 122 | 0.21 | 0 | 0.15 | 0.44 | 136 | 0.12 | 0.51 |
| Hex | 72 | 90 | 7A | 15 | 0 | F | 2C | 88 | C | 33 |
| Octal | 162 | 220 | 172 | 25 | 0 | 17 | 54 | 210 | 14 | 63 |
| Binary | 1110010 | 10010000 | 1111010 | 10101 | 0 | 1111 | 101100 | 10001000 | 1100 | 110011 |
Color Harmonies of #72907A
Complementary color
Monochromatic Colors of #72907A
Black with #72907A
Text Example
Text Example
White with #72907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72907A; }
p { color: rgb(114,144,122); }
H1.HeaderClassName
{
color: #72907A;
}
.AnyTagClassName
{
color: #72907A;
}
</style>
background-color css
<style>
a { background-color: #72907A; }
a { background-color: rgb(114,144,122); }
div.DivClassName
{
background-color: #72907A;
}
.BgClassName
{
background-color: #72907A;
}
</style>
border-color css
<style>
span { border-color: #72907A; }
span { border-color: rgb(114,144,122); }
td.TdClassName
{
border-color: #72907A;
}
.TagClassName
{
border-color: #72907A;
}
</style>