Shades of Oxley #769882
Tints of Oxley #769882
RGB
CMYK
RGB Variations
Color information
#769882 (or 0x769882) is known color: Oxley. HEX triplet: 76, 98 and 82. RGB value is (118,152,130). Sum of RGB (Red+Green+Blue) = 118+152+130=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #769882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769882 is #89677D. Grayscale: #8B8B8B. Windows color (decimal): -9004926 or 8558710. OLE color: 8558710.
HSL color Cylindrical-coordinate representation of color #769882: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769882 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 130 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.40 |
| HSL | 141.18º | 0.14% | 0.53% | - |
| HSV(B) | 141.18º | 0.22% | 0.6% | - |
| XYZ | 22.73 | 27.92 | 25.31 | - |
| YUV | 139.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 130 | 0.22 | 0 | 0.14 | 0.40 | 141.18 | 0.14 | 0.53 |
| Hex | 76 | 98 | 82 | 16 | 0 | E | 28 | 8D | E | 35 |
| Octal | 166 | 230 | 202 | 26 | 0 | 16 | 50 | 215 | 16 | 65 |
| Binary | 1110110 | 10011000 | 10000010 | 10110 | 0 | 1110 | 101000 | 10001101 | 1110 | 110101 |
Color Harmonies of #769882
Complementary color
Monochromatic Colors of #769882
Black with #769882
Text Example
Text Example
White with #769882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769882; }
p { color: rgb(118,152,130); }
H1.HeaderClassName
{
color: #769882;
}
.AnyTagClassName
{
color: #769882;
}
</style>
background-color css
<style>
a { background-color: #769882; }
a { background-color: rgb(118,152,130); }
div.DivClassName
{
background-color: #769882;
}
.BgClassName
{
background-color: #769882;
}
</style>
border-color css
<style>
span { border-color: #769882; }
span { border-color: rgb(118,152,130); }
td.TdClassName
{
border-color: #769882;
}
.TagClassName
{
border-color: #769882;
}
</style>