Shades of Oxley #749B83
Tints of Oxley #749B83
RGB
CMYK
RGB Variations
Color information
#749B83 (or 0x749B83) is known color: Oxley. HEX triplet: 74, 9B and 83. RGB value is (116,155,131). Sum of RGB (Red+Green+Blue) = 116+155+131=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #749B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B83 is #8B647C. Grayscale: #8C8C8C. Windows color (decimal): -9135229 or 8625012. OLE color: 8625012.
HSL color Cylindrical-coordinate representation of color #749B83: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B83 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 131 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.39 |
| HSL | 143.08º | 0.16% | 0.53% | - |
| HSV(B) | 143.08º | 0.25% | 0.61% | - |
| XYZ | 23.02 | 28.79 | 25.82 | - |
| YUV | 140.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 131 | 0.25 | 0 | 0.15 | 0.39 | 143.08 | 0.16 | 0.53 |
| Hex | 74 | 9B | 83 | 19 | 0 | F | 27 | 8F | 10 | 35 |
| Octal | 164 | 233 | 203 | 31 | 0 | 17 | 47 | 217 | 20 | 65 |
| Binary | 1110100 | 10011011 | 10000011 | 11001 | 0 | 1111 | 100111 | 10001111 | 10000 | 110101 |
Color Harmonies of #749B83
Complementary color
Monochromatic Colors of #749B83
Black with #749B83
Text Example
Text Example
White with #749B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B83; }
p { color: rgb(116,155,131); }
H1.HeaderClassName
{
color: #749B83;
}
.AnyTagClassName
{
color: #749B83;
}
</style>
background-color css
<style>
a { background-color: #749B83; }
a { background-color: rgb(116,155,131); }
div.DivClassName
{
background-color: #749B83;
}
.BgClassName
{
background-color: #749B83;
}
</style>
border-color css
<style>
span { border-color: #749B83; }
span { border-color: rgb(116,155,131); }
td.TdClassName
{
border-color: #749B83;
}
.TagClassName
{
border-color: #749B83;
}
</style>