Shades of Oxley #71927E
Tints of Oxley #71927E
RGB
CMYK
RGB Variations
Color information
#71927E (or 0x71927E) is known color: Oxley. HEX triplet: 71, 92 and 7E. RGB value is (113,146,126). Sum of RGB (Red+Green+Blue) = 113+146+126=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #71927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927E is #8E6D81. Grayscale: #858585. Windows color (decimal): -9334146 or 8295025. OLE color: 8295025.
HSL color Cylindrical-coordinate representation of color #71927E: hue angle of 143.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71927E is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 146 | 126 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.43 |
| HSL | 143.64º | 0.13% | 0.51% | - |
| HSV(B) | 143.64º | 0.23% | 0.57% | - |
| XYZ | 20.85 | 25.57 | 23.58 | - |
| YUV | 133.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 126 | 0.23 | 0 | 0.14 | 0.43 | 143.64 | 0.13 | 0.51 |
| Hex | 71 | 92 | 7E | 17 | 0 | E | 2B | 90 | D | 33 |
| Octal | 161 | 222 | 176 | 27 | 0 | 16 | 53 | 220 | 15 | 63 |
| Binary | 1110001 | 10010010 | 1111110 | 10111 | 0 | 1110 | 101011 | 10010000 | 1101 | 110011 |
Color Harmonies of #71927E
Complementary color
Monochromatic Colors of #71927E
Black with #71927E
Text Example
Text Example
White with #71927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71927E; }
p { color: rgb(113,146,126); }
H1.HeaderClassName
{
color: #71927E;
}
.AnyTagClassName
{
color: #71927E;
}
</style>
background-color css
<style>
a { background-color: #71927E; }
a { background-color: rgb(113,146,126); }
div.DivClassName
{
background-color: #71927E;
}
.BgClassName
{
background-color: #71927E;
}
</style>
border-color css
<style>
span { border-color: #71927E; }
span { border-color: rgb(113,146,126); }
td.TdClassName
{
border-color: #71927E;
}
.TagClassName
{
border-color: #71927E;
}
</style>