Shades of Oxley #769A7C
Tints of Oxley #769A7C
RGB
CMYK
RGB Variations
Color information
#769A7C (or 0x769A7C) is known color: Oxley. HEX triplet: 76, 9A and 7C. RGB value is (118,154,124). Sum of RGB (Red+Green+Blue) = 118+154+124=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #769A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A7C is #896583. Grayscale: #8B8B8B. Windows color (decimal): -9004420 or 8166006. OLE color: 8166006.
HSL color Cylindrical-coordinate representation of color #769A7C: hue angle of 130º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A7C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 124 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.40 |
| HSL | 130º | 0.15% | 0.53% | - |
| HSV(B) | 130º | 0.23% | 0.6% | - |
| XYZ | 22.66 | 28.42 | 23.36 | - |
| YUV | 139.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 124 | 0.23 | 0 | 0.19 | 0.40 | 130 | 0.15 | 0.53 |
| Hex | 76 | 9A | 7C | 17 | 0 | 13 | 28 | 82 | F | 35 |
| Octal | 166 | 232 | 174 | 27 | 0 | 23 | 50 | 202 | 17 | 65 |
| Binary | 1110110 | 10011010 | 1111100 | 10111 | 0 | 10011 | 101000 | 10000010 | 1111 | 110101 |
Color Harmonies of #769A7C
Complementary color
Monochromatic Colors of #769A7C
Black with #769A7C
Text Example
Text Example
White with #769A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A7C; }
p { color: rgb(118,154,124); }
H1.HeaderClassName
{
color: #769A7C;
}
.AnyTagClassName
{
color: #769A7C;
}
</style>
background-color css
<style>
a { background-color: #769A7C; }
a { background-color: rgb(118,154,124); }
div.DivClassName
{
background-color: #769A7C;
}
.BgClassName
{
background-color: #769A7C;
}
</style>
border-color css
<style>
span { border-color: #769A7C; }
span { border-color: rgb(118,154,124); }
td.TdClassName
{
border-color: #769A7C;
}
.TagClassName
{
border-color: #769A7C;
}
</style>