Shades of Oxley #769C85
Tints of Oxley #769C85
RGB
CMYK
RGB Variations
Color information
#769C85 (or 0x769C85) is known color: Oxley. HEX triplet: 76, 9C and 85. RGB value is (118,156,133). Sum of RGB (Red+Green+Blue) = 118+156+133=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #769C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C85 is #89637A. Grayscale: #8E8E8E. Windows color (decimal): -9003899 or 8756342. OLE color: 8756342.
HSL color Cylindrical-coordinate representation of color #769C85: hue angle of 143.68º 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 #769C85 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 133 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.39 |
| HSL | 143.68º | 0.16% | 0.54% | - |
| HSV(B) | 143.68º | 0.24% | 0.61% | - |
| XYZ | 23.59 | 29.32 | 26.61 | - |
| YUV | 142.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 133 | 0.24 | 0 | 0.15 | 0.39 | 143.68 | 0.16 | 0.54 |
| Hex | 76 | 9C | 85 | 18 | 0 | F | 27 | 90 | 10 | 36 |
| Octal | 166 | 234 | 205 | 30 | 0 | 17 | 47 | 220 | 20 | 66 |
| Binary | 1110110 | 10011100 | 10000101 | 11000 | 0 | 1111 | 100111 | 10010000 | 10000 | 110110 |
Color Harmonies of #769C85
Complementary color
Monochromatic Colors of #769C85
Black with #769C85
Text Example
Text Example
White with #769C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C85; }
p { color: rgb(118,156,133); }
H1.HeaderClassName
{
color: #769C85;
}
.AnyTagClassName
{
color: #769C85;
}
</style>
background-color css
<style>
a { background-color: #769C85; }
a { background-color: rgb(118,156,133); }
div.DivClassName
{
background-color: #769C85;
}
.BgClassName
{
background-color: #769C85;
}
</style>
border-color css
<style>
span { border-color: #769C85; }
span { border-color: rgb(118,156,133); }
td.TdClassName
{
border-color: #769C85;
}
.TagClassName
{
border-color: #769C85;
}
</style>