Shades of Oxley #738E7E
Tints of Oxley #738E7E
RGB
CMYK
RGB Variations
Color information
#738E7E (or 0x738E7E) is known color: Oxley. HEX triplet: 73, 8E and 7E. RGB value is (115,142,126). Sum of RGB (Red+Green+Blue) = 115+142+126=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #738E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E7E is #8C7181. Grayscale: #848484. Windows color (decimal): -9204098 or 8294003. OLE color: 8294003.
HSL color Cylindrical-coordinate representation of color #738E7E: hue angle of 144.44º 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 #738E7E is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 126 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.44 |
| HSL | 144.44º | 0.11% | 0.5% | - |
| HSV(B) | 144.44º | 0.19% | 0.56% | - |
| XYZ | 20.51 | 24.5 | 23.39 | - |
| YUV | 132.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 126 | 0.19 | 0 | 0.11 | 0.44 | 144.44 | 0.11 | 0.5 |
| Hex | 73 | 8E | 7E | 13 | 0 | B | 2C | 90 | B | 32 |
| Octal | 163 | 216 | 176 | 23 | 0 | 13 | 54 | 220 | 13 | 62 |
| Binary | 1110011 | 10001110 | 1111110 | 10011 | 0 | 1011 | 101100 | 10010000 | 1011 | 110010 |
Color Harmonies of #738E7E
Complementary color
Monochromatic Colors of #738E7E
Black with #738E7E
Text Example
Text Example
White with #738E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E7E; }
p { color: rgb(115,142,126); }
H1.HeaderClassName
{
color: #738E7E;
}
.AnyTagClassName
{
color: #738E7E;
}
</style>
background-color css
<style>
a { background-color: #738E7E; }
a { background-color: rgb(115,142,126); }
div.DivClassName
{
background-color: #738E7E;
}
.BgClassName
{
background-color: #738E7E;
}
</style>
border-color css
<style>
span { border-color: #738E7E; }
span { border-color: rgb(115,142,126); }
td.TdClassName
{
border-color: #738E7E;
}
.TagClassName
{
border-color: #738E7E;
}
</style>