Shades of Oxley #738E7A
Tints of Oxley #738E7A
RGB
CMYK
RGB Variations
Color information
#738E7A (or 0x738E7A) is known color: Oxley. HEX triplet: 73, 8E and 7A. RGB value is (115,142,122). Sum of RGB (Red+Green+Blue) = 115+142+122=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #738E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E7A is #8C7185. Grayscale: #838383. Windows color (decimal): -9204102 or 8031859. OLE color: 8031859.
HSL color Cylindrical-coordinate representation of color #738E7A: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738E7A is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 122 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.44 |
| HSL | 135.56º | 0.11% | 0.5% | - |
| HSV(B) | 135.56º | 0.19% | 0.56% | - |
| XYZ | 20.26 | 24.4 | 22.05 | - |
| YUV | 131.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 122 | 0.19 | 0 | 0.14 | 0.44 | 135.56 | 0.11 | 0.5 |
| Hex | 73 | 8E | 7A | 13 | 0 | E | 2C | 88 | B | 32 |
| Octal | 163 | 216 | 172 | 23 | 0 | 16 | 54 | 210 | 13 | 62 |
| Binary | 1110011 | 10001110 | 1111010 | 10011 | 0 | 1110 | 101100 | 10001000 | 1011 | 110010 |
Color Harmonies of #738E7A
Complementary color
Monochromatic Colors of #738E7A
Black with #738E7A
Text Example
Text Example
White with #738E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E7A; }
p { color: rgb(115,142,122); }
H1.HeaderClassName
{
color: #738E7A;
}
.AnyTagClassName
{
color: #738E7A;
}
</style>
background-color css
<style>
a { background-color: #738E7A; }
a { background-color: rgb(115,142,122); }
div.DivClassName
{
background-color: #738E7A;
}
.BgClassName
{
background-color: #738E7A;
}
</style>
border-color css
<style>
span { border-color: #738E7A; }
span { border-color: rgb(115,142,122); }
td.TdClassName
{
border-color: #738E7A;
}
.TagClassName
{
border-color: #738E7A;
}
</style>