Shades of Oxley #738F7A
Tints of Oxley #738F7A
RGB
CMYK
RGB Variations
Color information
#738F7A (or 0x738F7A) is known color: Oxley. HEX triplet: 73, 8F and 7A. RGB value is (115,143,122). Sum of RGB (Red+Green+Blue) = 115+143+122=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7A is #8C7085. Grayscale: #848484. Windows color (decimal): -9203846 or 8032115. OLE color: 8032115.
HSL color Cylindrical-coordinate representation of color #738F7A: hue angle of 135º 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 #738F7A is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 122 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.44 |
| HSL | 135º | 0.11% | 0.51% | - |
| HSV(B) | 135º | 0.2% | 0.56% | - |
| XYZ | 20.41 | 24.69 | 22.1 | - |
| YUV | 132.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 122 | 0.20 | 0 | 0.15 | 0.44 | 135 | 0.11 | 0.51 |
| Hex | 73 | 8F | 7A | 14 | 0 | F | 2C | 87 | B | 33 |
| Octal | 163 | 217 | 172 | 24 | 0 | 17 | 54 | 207 | 13 | 63 |
| Binary | 1110011 | 10001111 | 1111010 | 10100 | 0 | 1111 | 101100 | 10000111 | 1011 | 110011 |
Color Harmonies of #738F7A
Complementary color
Monochromatic Colors of #738F7A
Black with #738F7A
Text Example
Text Example
White with #738F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F7A; }
p { color: rgb(115,143,122); }
H1.HeaderClassName
{
color: #738F7A;
}
.AnyTagClassName
{
color: #738F7A;
}
</style>
background-color css
<style>
a { background-color: #738F7A; }
a { background-color: rgb(115,143,122); }
div.DivClassName
{
background-color: #738F7A;
}
.BgClassName
{
background-color: #738F7A;
}
</style>
border-color css
<style>
span { border-color: #738F7A; }
span { border-color: rgb(115,143,122); }
td.TdClassName
{
border-color: #738F7A;
}
.TagClassName
{
border-color: #738F7A;
}
</style>