Shades of Oxley #768F7F
Tints of Oxley #768F7F
RGB
CMYK
RGB Variations
Color information
#768F7F (or 0x768F7F) is known color: Oxley. HEX triplet: 76, 8F and 7F. RGB value is (118,143,127). Sum of RGB (Red+Green+Blue) = 118+143+127=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #768F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F7F is #897080. Grayscale: #858585. Windows color (decimal): -9007233 or 8359798. OLE color: 8359798.
HSL color Cylindrical-coordinate representation of color #768F7F: hue angle of 141.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768F7F is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 127 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.44 |
| HSL | 141.6º | 0.1% | 0.51% | - |
| HSV(B) | 141.6º | 0.17% | 0.56% | - |
| XYZ | 21.12 | 25.03 | 23.8 | - |
| YUV | 133.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 127 | 0.17 | 0 | 0.11 | 0.44 | 141.6 | 0.1 | 0.51 |
| Hex | 76 | 8F | 7F | 11 | 0 | B | 2C | 8E | A | 33 |
| Octal | 166 | 217 | 177 | 21 | 0 | 13 | 54 | 216 | 12 | 63 |
| Binary | 1110110 | 10001111 | 1111111 | 10001 | 0 | 1011 | 101100 | 10001110 | 1010 | 110011 |
Color Harmonies of #768F7F
Complementary color
Monochromatic Colors of #768F7F
Black with #768F7F
Text Example
Text Example
White with #768F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F7F; }
p { color: rgb(118,143,127); }
H1.HeaderClassName
{
color: #768F7F;
}
.AnyTagClassName
{
color: #768F7F;
}
</style>
background-color css
<style>
a { background-color: #768F7F; }
a { background-color: rgb(118,143,127); }
div.DivClassName
{
background-color: #768F7F;
}
.BgClassName
{
background-color: #768F7F;
}
</style>
border-color css
<style>
span { border-color: #768F7F; }
span { border-color: rgb(118,143,127); }
td.TdClassName
{
border-color: #768F7F;
}
.TagClassName
{
border-color: #768F7F;
}
</style>