Shades of Oxley #71977E
Tints of Oxley #71977E
RGB
CMYK
RGB Variations
Color information
#71977E (or 0x71977E) is known color: Oxley. HEX triplet: 71, 97 and 7E. RGB value is (113,151,126). Sum of RGB (Red+Green+Blue) = 113+151+126=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #71977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71977E is #8E6881. Grayscale: #888888. Windows color (decimal): -9332866 or 8296305. OLE color: 8296305.
HSL color Cylindrical-coordinate representation of color #71977E: hue angle of 140.53º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71977E is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 126 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.41 |
| HSL | 140.53º | 0.15% | 0.52% | - |
| HSV(B) | 140.53º | 0.25% | 0.59% | - |
| XYZ | 21.64 | 27.15 | 23.84 | - |
| YUV | 136.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 126 | 0.25 | 0 | 0.17 | 0.41 | 140.53 | 0.15 | 0.52 |
| Hex | 71 | 97 | 7E | 19 | 0 | 11 | 29 | 8D | F | 34 |
| Octal | 161 | 227 | 176 | 31 | 0 | 21 | 51 | 215 | 17 | 64 |
| Binary | 1110001 | 10010111 | 1111110 | 11001 | 0 | 10001 | 101001 | 10001101 | 1111 | 110100 |
Color Harmonies of #71977E
Complementary color
Monochromatic Colors of #71977E
Black with #71977E
Text Example
Text Example
White with #71977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71977E; }
p { color: rgb(113,151,126); }
H1.HeaderClassName
{
color: #71977E;
}
.AnyTagClassName
{
color: #71977E;
}
</style>
background-color css
<style>
a { background-color: #71977E; }
a { background-color: rgb(113,151,126); }
div.DivClassName
{
background-color: #71977E;
}
.BgClassName
{
background-color: #71977E;
}
</style>
border-color css
<style>
span { border-color: #71977E; }
span { border-color: rgb(113,151,126); }
td.TdClassName
{
border-color: #71977E;
}
.TagClassName
{
border-color: #71977E;
}
</style>