Shades of Oxley #769D83
Tints of Oxley #769D83
RGB
CMYK
RGB Variations
Color information
#769D83 (or 0x769D83) is known color: Oxley. HEX triplet: 76, 9D and 83. RGB value is (118,157,131). Sum of RGB (Red+Green+Blue) = 118+157+131=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #769D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D83 is #89627C. Grayscale: #8E8E8E. Windows color (decimal): -9003645 or 8625526. OLE color: 8625526.
HSL color Cylindrical-coordinate representation of color #769D83: hue angle of 140º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769D83 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 131 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.38 |
| HSL | 140º | 0.17% | 0.54% | - |
| HSV(B) | 140º | 0.25% | 0.62% | - |
| XYZ | 23.62 | 29.6 | 25.94 | - |
| YUV | 142.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 131 | 0.25 | 0 | 0.17 | 0.38 | 140 | 0.17 | 0.54 |
| Hex | 76 | 9D | 83 | 19 | 0 | 11 | 26 | 8C | 11 | 36 |
| Octal | 166 | 235 | 203 | 31 | 0 | 21 | 46 | 214 | 21 | 66 |
| Binary | 1110110 | 10011101 | 10000011 | 11001 | 0 | 10001 | 100110 | 10001100 | 10001 | 110110 |
Color Harmonies of #769D83
Complementary color
Monochromatic Colors of #769D83
Black with #769D83
Text Example
Text Example
White with #769D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D83; }
p { color: rgb(118,157,131); }
H1.HeaderClassName
{
color: #769D83;
}
.AnyTagClassName
{
color: #769D83;
}
</style>
background-color css
<style>
a { background-color: #769D83; }
a { background-color: rgb(118,157,131); }
div.DivClassName
{
background-color: #769D83;
}
.BgClassName
{
background-color: #769D83;
}
</style>
border-color css
<style>
span { border-color: #769D83; }
span { border-color: rgb(118,157,131); }
td.TdClassName
{
border-color: #769D83;
}
.TagClassName
{
border-color: #769D83;
}
</style>