Shades of Oxley #768B7F
Tints of Oxley #768B7F
RGB
CMYK
RGB Variations
Color information
#768B7F (or 0x768B7F) is known color: Oxley. HEX triplet: 76, 8B and 7F. RGB value is (118,139,127). Sum of RGB (Red+Green+Blue) = 118+139+127=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #768B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B7F is #897480. Grayscale: #838383. Windows color (decimal): -9008257 or 8358774. OLE color: 8358774.
HSL color Cylindrical-coordinate representation of color #768B7F: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768B7F is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 127 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.45 |
| HSL | 145.71º | 0.08% | 0.5% | - |
| HSV(B) | 145.71º | 0.15% | 0.55% | - |
| XYZ | 20.53 | 23.85 | 23.6 | - |
| YUV | 131.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 127 | 0.15 | 0 | 0.09 | 0.45 | 145.71 | 0.08 | 0.5 |
| Hex | 76 | 8B | 7F | F | 0 | 9 | 2D | 92 | 8 | 32 |
| Octal | 166 | 213 | 177 | 17 | 0 | 11 | 55 | 222 | 10 | 62 |
| Binary | 1110110 | 10001011 | 1111111 | 1111 | 0 | 1001 | 101101 | 10010010 | 1000 | 110010 |
Color Harmonies of #768B7F
Complementary color
Monochromatic Colors of #768B7F
Black with #768B7F
Text Example
Text Example
White with #768B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B7F; }
p { color: rgb(118,139,127); }
H1.HeaderClassName
{
color: #768B7F;
}
.AnyTagClassName
{
color: #768B7F;
}
</style>
background-color css
<style>
a { background-color: #768B7F; }
a { background-color: rgb(118,139,127); }
div.DivClassName
{
background-color: #768B7F;
}
.BgClassName
{
background-color: #768B7F;
}
</style>
border-color css
<style>
span { border-color: #768B7F; }
span { border-color: rgb(118,139,127); }
td.TdClassName
{
border-color: #768B7F;
}
.TagClassName
{
border-color: #768B7F;
}
</style>