Shades of Oxley #769A7E
Tints of Oxley #769A7E
RGB
CMYK
RGB Variations
Color information
#769A7E (or 0x769A7E) is known color: Oxley. HEX triplet: 76, 9A and 7E. RGB value is (118,154,126). Sum of RGB (Red+Green+Blue) = 118+154+126=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #769A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A7E is #896581. Grayscale: #8C8C8C. Windows color (decimal): -9004418 or 8297078. OLE color: 8297078.
HSL color Cylindrical-coordinate representation of color #769A7E: hue angle of 133.33º 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 #769A7E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 126 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.40 |
| HSL | 133.33º | 0.15% | 0.53% | - |
| HSV(B) | 133.33º | 0.23% | 0.6% | - |
| XYZ | 22.79 | 28.47 | 24.03 | - |
| YUV | 140.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 126 | 0.23 | 0 | 0.18 | 0.40 | 133.33 | 0.15 | 0.53 |
| Hex | 76 | 9A | 7E | 17 | 0 | 12 | 28 | 85 | F | 35 |
| Octal | 166 | 232 | 176 | 27 | 0 | 22 | 50 | 205 | 17 | 65 |
| Binary | 1110110 | 10011010 | 1111110 | 10111 | 0 | 10010 | 101000 | 10000101 | 1111 | 110101 |
Color Harmonies of #769A7E
Complementary color
Monochromatic Colors of #769A7E
Black with #769A7E
Text Example
Text Example
White with #769A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A7E; }
p { color: rgb(118,154,126); }
H1.HeaderClassName
{
color: #769A7E;
}
.AnyTagClassName
{
color: #769A7E;
}
</style>
background-color css
<style>
a { background-color: #769A7E; }
a { background-color: rgb(118,154,126); }
div.DivClassName
{
background-color: #769A7E;
}
.BgClassName
{
background-color: #769A7E;
}
</style>
border-color css
<style>
span { border-color: #769A7E; }
span { border-color: rgb(118,154,126); }
td.TdClassName
{
border-color: #769A7E;
}
.TagClassName
{
border-color: #769A7E;
}
</style>