Shades of Oxley #768C7F
Tints of Oxley #768C7F
RGB
CMYK
RGB Variations
Color information
#768C7F (or 0x768C7F) is known color: Oxley. HEX triplet: 76, 8C and 7F. RGB value is (118,140,127). Sum of RGB (Red+Green+Blue) = 118+140+127=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #768C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C7F is #897380. Grayscale: #838383. Windows color (decimal): -9008001 or 8359030. OLE color: 8359030.
HSL color Cylindrical-coordinate representation of color #768C7F: hue angle of 144.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768C7F is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 140 | 127 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.45 |
| HSL | 144.55º | 0.09% | 0.51% | - |
| HSV(B) | 144.55º | 0.16% | 0.55% | - |
| XYZ | 20.68 | 24.14 | 23.65 | - |
| YUV | 131.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 127 | 0.16 | 0 | 0.09 | 0.45 | 144.55 | 0.09 | 0.51 |
| Hex | 76 | 8C | 7F | 10 | 0 | 9 | 2D | 91 | 9 | 33 |
| Octal | 166 | 214 | 177 | 20 | 0 | 11 | 55 | 221 | 11 | 63 |
| Binary | 1110110 | 10001100 | 1111111 | 10000 | 0 | 1001 | 101101 | 10010001 | 1001 | 110011 |
Color Harmonies of #768C7F
Complementary color
Monochromatic Colors of #768C7F
Black with #768C7F
Text Example
Text Example
White with #768C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C7F; }
p { color: rgb(118,140,127); }
H1.HeaderClassName
{
color: #768C7F;
}
.AnyTagClassName
{
color: #768C7F;
}
</style>
background-color css
<style>
a { background-color: #768C7F; }
a { background-color: rgb(118,140,127); }
div.DivClassName
{
background-color: #768C7F;
}
.BgClassName
{
background-color: #768C7F;
}
</style>
border-color css
<style>
span { border-color: #768C7F; }
span { border-color: rgb(118,140,127); }
td.TdClassName
{
border-color: #768C7F;
}
.TagClassName
{
border-color: #768C7F;
}
</style>