Shades of Oxley #77987D
Tints of Oxley #77987D
RGB
CMYK
RGB Variations
Color information
#77987D (or 0x77987D) is known color: Oxley. HEX triplet: 77, 98 and 7D. RGB value is (119,152,125). Sum of RGB (Red+Green+Blue) = 119+152+125=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #77987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77987D is #886782. Grayscale: #8B8B8B. Windows color (decimal): -8939395 or 8231031. OLE color: 8231031.
HSL color Cylindrical-coordinate representation of color #77987D: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77987D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 125 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.40 |
| HSL | 130.91º | 0.14% | 0.53% | - |
| HSV(B) | 130.91º | 0.22% | 0.6% | - |
| XYZ | 22.54 | 27.86 | 23.59 | - |
| YUV | 139.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 125 | 0.22 | 0 | 0.18 | 0.40 | 130.91 | 0.14 | 0.53 |
| Hex | 77 | 98 | 7D | 16 | 0 | 12 | 28 | 83 | E | 35 |
| Octal | 167 | 230 | 175 | 26 | 0 | 22 | 50 | 203 | 16 | 65 |
| Binary | 1110111 | 10011000 | 1111101 | 10110 | 0 | 10010 | 101000 | 10000011 | 1110 | 110101 |
Color Harmonies of #77987D
Complementary color
Monochromatic Colors of #77987D
Black with #77987D
Text Example
Text Example
White with #77987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77987D; }
p { color: rgb(119,152,125); }
H1.HeaderClassName
{
color: #77987D;
}
.AnyTagClassName
{
color: #77987D;
}
</style>
background-color css
<style>
a { background-color: #77987D; }
a { background-color: rgb(119,152,125); }
div.DivClassName
{
background-color: #77987D;
}
.BgClassName
{
background-color: #77987D;
}
</style>
border-color css
<style>
span { border-color: #77987D; }
span { border-color: rgb(119,152,125); }
td.TdClassName
{
border-color: #77987D;
}
.TagClassName
{
border-color: #77987D;
}
</style>