Shades of Oxley #778F81
Tints of Oxley #778F81
RGB
CMYK
RGB Variations
Color information
#778F81 (or 0x778F81) is known color: Oxley. HEX triplet: 77, 8F and 81. RGB value is (119,143,129). Sum of RGB (Red+Green+Blue) = 119+143+129=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #778F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F81 is #88707E. Grayscale: #868686. Windows color (decimal): -8941695 or 8490871. OLE color: 8490871.
HSL color Cylindrical-coordinate representation of color #778F81: hue angle of 145º 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 #778F81 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 129 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.44 |
| HSL | 145º | 0.1% | 0.51% | - |
| HSV(B) | 145º | 0.17% | 0.56% | - |
| XYZ | 21.39 | 25.15 | 24.5 | - |
| YUV | 134.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 129 | 0.17 | 0 | 0.10 | 0.44 | 145 | 0.1 | 0.51 |
| Hex | 77 | 8F | 81 | 11 | 0 | A | 2C | 91 | A | 33 |
| Octal | 167 | 217 | 201 | 21 | 0 | 12 | 54 | 221 | 12 | 63 |
| Binary | 1110111 | 10001111 | 10000001 | 10001 | 0 | 1010 | 101100 | 10010001 | 1010 | 110011 |
Color Harmonies of #778F81
Complementary color
Monochromatic Colors of #778F81
Black with #778F81
Text Example
Text Example
White with #778F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F81; }
p { color: rgb(119,143,129); }
H1.HeaderClassName
{
color: #778F81;
}
.AnyTagClassName
{
color: #778F81;
}
</style>
background-color css
<style>
a { background-color: #778F81; }
a { background-color: rgb(119,143,129); }
div.DivClassName
{
background-color: #778F81;
}
.BgClassName
{
background-color: #778F81;
}
</style>
border-color css
<style>
span { border-color: #778F81; }
span { border-color: rgb(119,143,129); }
td.TdClassName
{
border-color: #778F81;
}
.TagClassName
{
border-color: #778F81;
}
</style>