Shades of Oxley #77927E
Tints of Oxley #77927E
RGB
CMYK
RGB Variations
Color information
#77927E (or 0x77927E) is known color: Oxley. HEX triplet: 77, 92 and 7E. RGB value is (119,146,126). Sum of RGB (Red+Green+Blue) = 119+146+126=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #77927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77927E is #886D81. Grayscale: #878787. Windows color (decimal): -8940930 or 8295031. OLE color: 8295031.
HSL color Cylindrical-coordinate representation of color #77927E: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77927E is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 126 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.43 |
| HSL | 135.56º | 0.11% | 0.52% | - |
| HSV(B) | 135.56º | 0.18% | 0.57% | - |
| XYZ | 21.65 | 25.99 | 23.61 | - |
| YUV | 135.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 126 | 0.18 | 0 | 0.14 | 0.43 | 135.56 | 0.11 | 0.52 |
| Hex | 77 | 92 | 7E | 12 | 0 | E | 2B | 88 | B | 34 |
| Octal | 167 | 222 | 176 | 22 | 0 | 16 | 53 | 210 | 13 | 64 |
| Binary | 1110111 | 10010010 | 1111110 | 10010 | 0 | 1110 | 101011 | 10001000 | 1011 | 110100 |
Color Harmonies of #77927E
Complementary color
Monochromatic Colors of #77927E
Black with #77927E
Text Example
Text Example
White with #77927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77927E; }
p { color: rgb(119,146,126); }
H1.HeaderClassName
{
color: #77927E;
}
.AnyTagClassName
{
color: #77927E;
}
</style>
background-color css
<style>
a { background-color: #77927E; }
a { background-color: rgb(119,146,126); }
div.DivClassName
{
background-color: #77927E;
}
.BgClassName
{
background-color: #77927E;
}
</style>
border-color css
<style>
span { border-color: #77927E; }
span { border-color: rgb(119,146,126); }
td.TdClassName
{
border-color: #77927E;
}
.TagClassName
{
border-color: #77927E;
}
</style>