Shades of Oxley #769B85
Tints of Oxley #769B85
RGB
CMYK
RGB Variations
Color information
#769B85 (or 0x769B85) is known color: Oxley. HEX triplet: 76, 9B and 85. RGB value is (118,155,133). Sum of RGB (Red+Green+Blue) = 118+155+133=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #769B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B85 is #89647A. Grayscale: #8D8D8D. Windows color (decimal): -9004155 or 8756086. OLE color: 8756086.
HSL color Cylindrical-coordinate representation of color #769B85: hue angle of 144.32º 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 #769B85 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 133 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.39 |
| HSL | 144.32º | 0.16% | 0.54% | - |
| HSV(B) | 144.32º | 0.24% | 0.61% | - |
| XYZ | 23.43 | 28.99 | 26.55 | - |
| YUV | 141.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 133 | 0.24 | 0 | 0.14 | 0.39 | 144.32 | 0.16 | 0.54 |
| Hex | 76 | 9B | 85 | 18 | 0 | E | 27 | 90 | 10 | 36 |
| Octal | 166 | 233 | 205 | 30 | 0 | 16 | 47 | 220 | 20 | 66 |
| Binary | 1110110 | 10011011 | 10000101 | 11000 | 0 | 1110 | 100111 | 10010000 | 10000 | 110110 |
Color Harmonies of #769B85
Complementary color
Monochromatic Colors of #769B85
Black with #769B85
Text Example
Text Example
White with #769B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B85; }
p { color: rgb(118,155,133); }
H1.HeaderClassName
{
color: #769B85;
}
.AnyTagClassName
{
color: #769B85;
}
</style>
background-color css
<style>
a { background-color: #769B85; }
a { background-color: rgb(118,155,133); }
div.DivClassName
{
background-color: #769B85;
}
.BgClassName
{
background-color: #769B85;
}
</style>
border-color css
<style>
span { border-color: #769B85; }
span { border-color: rgb(118,155,133); }
td.TdClassName
{
border-color: #769B85;
}
.TagClassName
{
border-color: #769B85;
}
</style>