Shades of Oxley #738F7E
Tints of Oxley #738F7E
RGB
CMYK
RGB Variations
Color information
#738F7E (or 0x738F7E) is known color: Oxley. HEX triplet: 73, 8F and 7E. RGB value is (115,143,126). Sum of RGB (Red+Green+Blue) = 115+143+126=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7E is #8C7081. Grayscale: #848484. Windows color (decimal): -9203842 or 8294259. OLE color: 8294259.
HSL color Cylindrical-coordinate representation of color #738F7E: hue angle of 143.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F7E is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 126 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.44 |
| HSL | 143.57º | 0.11% | 0.51% | - |
| HSV(B) | 143.57º | 0.2% | 0.56% | - |
| XYZ | 20.66 | 24.8 | 23.44 | - |
| YUV | 132.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 126 | 0.20 | 0 | 0.12 | 0.44 | 143.57 | 0.11 | 0.51 |
| Hex | 73 | 8F | 7E | 14 | 0 | C | 2C | 90 | B | 33 |
| Octal | 163 | 217 | 176 | 24 | 0 | 14 | 54 | 220 | 13 | 63 |
| Binary | 1110011 | 10001111 | 1111110 | 10100 | 0 | 1100 | 101100 | 10010000 | 1011 | 110011 |
Color Harmonies of #738F7E
Complementary color
Monochromatic Colors of #738F7E
Black with #738F7E
Text Example
Text Example
White with #738F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F7E; }
p { color: rgb(115,143,126); }
H1.HeaderClassName
{
color: #738F7E;
}
.AnyTagClassName
{
color: #738F7E;
}
</style>
background-color css
<style>
a { background-color: #738F7E; }
a { background-color: rgb(115,143,126); }
div.DivClassName
{
background-color: #738F7E;
}
.BgClassName
{
background-color: #738F7E;
}
</style>
border-color css
<style>
span { border-color: #738F7E; }
span { border-color: rgb(115,143,126); }
td.TdClassName
{
border-color: #738F7E;
}
.TagClassName
{
border-color: #738F7E;
}
</style>