Shades of Oxley #76A07B
Tints of Oxley #76A07B
RGB
CMYK
RGB Variations
Color information
#76A07B (or 0x76A07B) is known color: Oxley. HEX triplet: 76, A0 and 7B. RGB value is (118,160,123). Sum of RGB (Red+Green+Blue) = 118+160+123=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #76A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A07B is #895F84. Grayscale: #8F8F8F. Windows color (decimal): -9002885 or 8102006. OLE color: 8102006.
HSL color Cylindrical-coordinate representation of color #76A07B: hue angle of 127.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A07B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 123 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.37 |
| HSL | 127.14º | 0.18% | 0.55% | - |
| HSV(B) | 127.14º | 0.26% | 0.63% | - |
| XYZ | 23.62 | 30.42 | 23.37 | - |
| YUV | 143.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 123 | 0.26 | 0 | 0.23 | 0.37 | 127.14 | 0.18 | 0.55 |
| Hex | 76 | A0 | 7B | 1A | 0 | 17 | 25 | 7F | 12 | 37 |
| Octal | 166 | 240 | 173 | 32 | 0 | 27 | 45 | 177 | 22 | 67 |
| Binary | 1110110 | 10100000 | 1111011 | 11010 | 0 | 10111 | 100101 | 1111111 | 10010 | 110111 |
Color Harmonies of #76A07B
Complementary color
Monochromatic Colors of #76A07B
Black with #76A07B
Text Example
Text Example
White with #76A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A07B; }
p { color: rgb(118,160,123); }
H1.HeaderClassName
{
color: #76A07B;
}
.AnyTagClassName
{
color: #76A07B;
}
</style>
background-color css
<style>
a { background-color: #76A07B; }
a { background-color: rgb(118,160,123); }
div.DivClassName
{
background-color: #76A07B;
}
.BgClassName
{
background-color: #76A07B;
}
</style>
border-color css
<style>
span { border-color: #76A07B; }
span { border-color: rgb(118,160,123); }
td.TdClassName
{
border-color: #76A07B;
}
.TagClassName
{
border-color: #76A07B;
}
</style>