Shades of Xanadu #737871
Tints of Xanadu #737871
RGB
CMYK
RGB Variations
Color information
#737871 (or 0x737871) is known color: Xanadu. HEX triplet: 73, 78 and 71. RGB value is (115,120,113). Sum of RGB (Red+Green+Blue) = 115+120+113=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 120 - color contains mainly: green. Hex color #737871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737871 is #8C878E. Grayscale: #757575. Windows color (decimal): -9209743 or 7436403. OLE color: 7436403.
HSL color Cylindrical-coordinate representation of color #737871: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #737871 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 113 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.53 |
| HSL | 102.86º | 0.03% | 0.46% | - |
| HSV(B) | 102.86º | 0.06% | 0.47% | - |
| XYZ | 16.77 | 18.27 | 18.27 | - |
| YUV | 117.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 113 | 0.04 | 0 | 0.06 | 0.53 | 102.86 | 0.03 | 0.46 |
| Hex | 73 | 78 | 71 | 4 | 0 | 6 | 35 | 67 | 3 | 2E |
| Octal | 163 | 170 | 161 | 4 | 0 | 6 | 65 | 147 | 3 | 56 |
| Binary | 1110011 | 1111000 | 1110001 | 100 | 0 | 110 | 110101 | 1100111 | 11 | 101110 |
Color Harmonies of #737871
Complementary color
Monochromatic Colors of #737871
Black with #737871
Text Example
Text Example
White with #737871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737871; }
p { color: rgb(115,120,113); }
H1.HeaderClassName
{
color: #737871;
}
.AnyTagClassName
{
color: #737871;
}
</style>
background-color css
<style>
a { background-color: #737871; }
a { background-color: rgb(115,120,113); }
div.DivClassName
{
background-color: #737871;
}
.BgClassName
{
background-color: #737871;
}
</style>
border-color css
<style>
span { border-color: #737871; }
span { border-color: rgb(115,120,113); }
td.TdClassName
{
border-color: #737871;
}
.TagClassName
{
border-color: #737871;
}
</style>