Shades of Oxley #739B80
Tints of Oxley #739B80
RGB
CMYK
RGB Variations
Color information
#739B80 (or 0x739B80) is known color: Oxley. HEX triplet: 73, 9B and 80. RGB value is (115,155,128). Sum of RGB (Red+Green+Blue) = 115+155+128=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #739B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B80 is #8C647F. Grayscale: #8C8C8C. Windows color (decimal): -9200768 or 8428403. OLE color: 8428403.
HSL color Cylindrical-coordinate representation of color #739B80: hue angle of 139.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739B80 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 128 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.39 |
| HSL | 139.5º | 0.17% | 0.53% | - |
| HSV(B) | 139.5º | 0.26% | 0.61% | - |
| XYZ | 22.69 | 28.65 | 24.76 | - |
| YUV | 139.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 128 | 0.26 | 0 | 0.17 | 0.39 | 139.5 | 0.17 | 0.53 |
| Hex | 73 | 9B | 80 | 1A | 0 | 11 | 27 | 8C | 11 | 35 |
| Octal | 163 | 233 | 200 | 32 | 0 | 21 | 47 | 214 | 21 | 65 |
| Binary | 1110011 | 10011011 | 10000000 | 11010 | 0 | 10001 | 100111 | 10001100 | 10001 | 110101 |
Color Harmonies of #739B80
Complementary color
Monochromatic Colors of #739B80
Black with #739B80
Text Example
Text Example
White with #739B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B80; }
p { color: rgb(115,155,128); }
H1.HeaderClassName
{
color: #739B80;
}
.AnyTagClassName
{
color: #739B80;
}
</style>
background-color css
<style>
a { background-color: #739B80; }
a { background-color: rgb(115,155,128); }
div.DivClassName
{
background-color: #739B80;
}
.BgClassName
{
background-color: #739B80;
}
</style>
border-color css
<style>
span { border-color: #739B80; }
span { border-color: rgb(115,155,128); }
td.TdClassName
{
border-color: #739B80;
}
.TagClassName
{
border-color: #739B80;
}
</style>