Shades of Oxley #769C83
Tints of Oxley #769C83
RGB
CMYK
RGB Variations
Color information
#769C83 (or 0x769C83) is known color: Oxley. HEX triplet: 76, 9C and 83. RGB value is (118,156,131). Sum of RGB (Red+Green+Blue) = 118+156+131=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #769C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C83 is #89637C. Grayscale: #8D8D8D. Windows color (decimal): -9003901 or 8625270. OLE color: 8625270.
HSL color Cylindrical-coordinate representation of color #769C83: hue angle of 140.53º 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 #769C83 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 131 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.39 |
| HSL | 140.53º | 0.16% | 0.54% | - |
| HSV(B) | 140.53º | 0.24% | 0.61% | - |
| XYZ | 23.46 | 29.27 | 25.89 | - |
| YUV | 141.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 131 | 0.24 | 0 | 0.16 | 0.39 | 140.53 | 0.16 | 0.54 |
| Hex | 76 | 9C | 83 | 18 | 0 | 10 | 27 | 8D | 10 | 36 |
| Octal | 166 | 234 | 203 | 30 | 0 | 20 | 47 | 215 | 20 | 66 |
| Binary | 1110110 | 10011100 | 10000011 | 11000 | 0 | 10000 | 100111 | 10001101 | 10000 | 110110 |
Color Harmonies of #769C83
Complementary color
Monochromatic Colors of #769C83
Black with #769C83
Text Example
Text Example
White with #769C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C83; }
p { color: rgb(118,156,131); }
H1.HeaderClassName
{
color: #769C83;
}
.AnyTagClassName
{
color: #769C83;
}
</style>
background-color css
<style>
a { background-color: #769C83; }
a { background-color: rgb(118,156,131); }
div.DivClassName
{
background-color: #769C83;
}
.BgClassName
{
background-color: #769C83;
}
</style>
border-color css
<style>
span { border-color: #769C83; }
span { border-color: rgb(118,156,131); }
td.TdClassName
{
border-color: #769C83;
}
.TagClassName
{
border-color: #769C83;
}
</style>