Shades of Xanadu #737771
Tints of Xanadu #737771
RGB
CMYK
RGB Variations
Color information
#737771 (or 0x737771) is known color: Xanadu. HEX triplet: 73, 77 and 71. RGB value is (115,119,113). Sum of RGB (Red+Green+Blue) = 115+119+113=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #737771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737771 is #8C888E. Grayscale: #757575. Windows color (decimal): -9209999 or 7436147. OLE color: 7436147.
HSL color Cylindrical-coordinate representation of color #737771: hue angle of 100º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737771 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 113 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.53 |
| HSL | 100º | 0.03% | 0.45% | - |
| HSV(B) | 100º | 0.05% | 0.47% | - |
| XYZ | 16.65 | 18.03 | 18.23 | - |
| YUV | 117.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 113 | 0.03 | 0 | 0.05 | 0.53 | 100 | 0.03 | 0.45 |
| Hex | 73 | 77 | 71 | 3 | 0 | 5 | 35 | 64 | 3 | 2D |
| Octal | 163 | 167 | 161 | 3 | 0 | 5 | 65 | 144 | 3 | 55 |
| Binary | 1110011 | 1110111 | 1110001 | 11 | 0 | 101 | 110101 | 1100100 | 11 | 101101 |
Color Harmonies of #737771
Complementary color
Monochromatic Colors of #737771
Black with #737771
Text Example
Text Example
White with #737771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737771; }
p { color: rgb(115,119,113); }
H1.HeaderClassName
{
color: #737771;
}
.AnyTagClassName
{
color: #737771;
}
</style>
background-color css
<style>
a { background-color: #737771; }
a { background-color: rgb(115,119,113); }
div.DivClassName
{
background-color: #737771;
}
.BgClassName
{
background-color: #737771;
}
</style>
border-color css
<style>
span { border-color: #737771; }
span { border-color: rgb(115,119,113); }
td.TdClassName
{
border-color: #737771;
}
.TagClassName
{
border-color: #737771;
}
</style>