Shades of Oxley #77907E
Tints of Oxley #77907E
RGB
CMYK
RGB Variations
Color information
#77907E (or 0x77907E) is known color: Oxley. HEX triplet: 77, 90 and 7E. RGB value is (119,144,126). Sum of RGB (Red+Green+Blue) = 119+144+126=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #77907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77907E is #886F81. Grayscale: #868686. Windows color (decimal): -8941442 or 8294519. OLE color: 8294519.
HSL color Cylindrical-coordinate representation of color #77907E: hue angle of 136.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77907E is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 126 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.44 |
| HSL | 136.8º | 0.1% | 0.52% | - |
| HSV(B) | 136.8º | 0.17% | 0.56% | - |
| XYZ | 21.35 | 25.37 | 23.51 | - |
| YUV | 134.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 126 | 0.17 | 0 | 0.12 | 0.44 | 136.8 | 0.1 | 0.52 |
| Hex | 77 | 90 | 7E | 11 | 0 | C | 2C | 89 | A | 34 |
| Octal | 167 | 220 | 176 | 21 | 0 | 14 | 54 | 211 | 12 | 64 |
| Binary | 1110111 | 10010000 | 1111110 | 10001 | 0 | 1100 | 101100 | 10001001 | 1010 | 110100 |
Color Harmonies of #77907E
Complementary color
Monochromatic Colors of #77907E
Black with #77907E
Text Example
Text Example
White with #77907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77907E; }
p { color: rgb(119,144,126); }
H1.HeaderClassName
{
color: #77907E;
}
.AnyTagClassName
{
color: #77907E;
}
</style>
background-color css
<style>
a { background-color: #77907E; }
a { background-color: rgb(119,144,126); }
div.DivClassName
{
background-color: #77907E;
}
.BgClassName
{
background-color: #77907E;
}
</style>
border-color css
<style>
span { border-color: #77907E; }
span { border-color: rgb(119,144,126); }
td.TdClassName
{
border-color: #77907E;
}
.TagClassName
{
border-color: #77907E;
}
</style>