Shades of Oxley #738F7D
Tints of Oxley #738F7D
RGB
CMYK
RGB Variations
Color information
#738F7D (or 0x738F7D) is known color: Oxley. HEX triplet: 73, 8F and 7D. RGB value is (115,143,125). Sum of RGB (Red+Green+Blue) = 115+143+125=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7D is #8C7082. Grayscale: #848484. Windows color (decimal): -9203843 or 8228723. OLE color: 8228723.
HSL color Cylindrical-coordinate representation of color #738F7D: hue angle of 141.43º 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 #738F7D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 125 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.44 |
| HSL | 141.43º | 0.11% | 0.51% | - |
| HSV(B) | 141.43º | 0.2% | 0.56% | - |
| XYZ | 20.59 | 24.77 | 23.1 | - |
| YUV | 132.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 125 | 0.20 | 0 | 0.13 | 0.44 | 141.43 | 0.11 | 0.51 |
| Hex | 73 | 8F | 7D | 14 | 0 | D | 2C | 8D | B | 33 |
| Octal | 163 | 217 | 175 | 24 | 0 | 15 | 54 | 215 | 13 | 63 |
| Binary | 1110011 | 10001111 | 1111101 | 10100 | 0 | 1101 | 101100 | 10001101 | 1011 | 110011 |
Color Harmonies of #738F7D
Complementary color
Monochromatic Colors of #738F7D
Black with #738F7D
Text Example
Text Example
White with #738F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F7D; }
p { color: rgb(115,143,125); }
H1.HeaderClassName
{
color: #738F7D;
}
.AnyTagClassName
{
color: #738F7D;
}
</style>
background-color css
<style>
a { background-color: #738F7D; }
a { background-color: rgb(115,143,125); }
div.DivClassName
{
background-color: #738F7D;
}
.BgClassName
{
background-color: #738F7D;
}
</style>
border-color css
<style>
span { border-color: #738F7D; }
span { border-color: rgb(115,143,125); }
td.TdClassName
{
border-color: #738F7D;
}
.TagClassName
{
border-color: #738F7D;
}
</style>