Shades of Oxley #769B83
Tints of Oxley #769B83
RGB
CMYK
RGB Variations
Color information
#769B83 (or 0x769B83) is known color: Oxley. HEX triplet: 76, 9B and 83. RGB value is (118,155,131). Sum of RGB (Red+Green+Blue) = 118+155+131=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #769B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B83 is #89647C. Grayscale: #8D8D8D. Windows color (decimal): -9004157 or 8625014. OLE color: 8625014.
HSL color Cylindrical-coordinate representation of color #769B83: hue angle of 141.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B83 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 131 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.39 |
| HSL | 141.08º | 0.16% | 0.54% | - |
| HSV(B) | 141.08º | 0.24% | 0.61% | - |
| XYZ | 23.29 | 28.93 | 25.83 | - |
| YUV | 141.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 131 | 0.24 | 0 | 0.15 | 0.39 | 141.08 | 0.16 | 0.54 |
| Hex | 76 | 9B | 83 | 18 | 0 | F | 27 | 8D | 10 | 36 |
| Octal | 166 | 233 | 203 | 30 | 0 | 17 | 47 | 215 | 20 | 66 |
| Binary | 1110110 | 10011011 | 10000011 | 11000 | 0 | 1111 | 100111 | 10001101 | 10000 | 110110 |
Color Harmonies of #769B83
Complementary color
Monochromatic Colors of #769B83
Black with #769B83
Text Example
Text Example
White with #769B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B83; }
p { color: rgb(118,155,131); }
H1.HeaderClassName
{
color: #769B83;
}
.AnyTagClassName
{
color: #769B83;
}
</style>
background-color css
<style>
a { background-color: #769B83; }
a { background-color: rgb(118,155,131); }
div.DivClassName
{
background-color: #769B83;
}
.BgClassName
{
background-color: #769B83;
}
</style>
border-color css
<style>
span { border-color: #769B83; }
span { border-color: rgb(118,155,131); }
td.TdClassName
{
border-color: #769B83;
}
.TagClassName
{
border-color: #769B83;
}
</style>