Shades of Xanadu #737772
Tints of Xanadu #737772
RGB
CMYK
RGB Variations
Color information
#737772 (or 0x737772) is known color: Xanadu. HEX triplet: 73, 77 and 72. RGB value is (115,119,114). Sum of RGB (Red+Green+Blue) = 115+119+114=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 119 - color contains mainly: green. Hex color #737772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737772 is #8C888D. Grayscale: #757575. Windows color (decimal): -9209998 or 7501683. OLE color: 7501683.
HSL color Cylindrical-coordinate representation of color #737772: hue angle of 108º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #737772 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 114 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.53 |
| HSL | 108º | 0.02% | 0.46% | - |
| HSV(B) | 108º | 0.04% | 0.47% | - |
| XYZ | 16.7 | 18.05 | 18.52 | - |
| YUV | 117.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 114 | 0.03 | 0 | 0.04 | 0.53 | 108 | 0.02 | 0.46 |
| Hex | 73 | 77 | 72 | 3 | 0 | 4 | 35 | 6C | 2 | 2E |
| Octal | 163 | 167 | 162 | 3 | 0 | 4 | 65 | 154 | 2 | 56 |
| Binary | 1110011 | 1110111 | 1110010 | 11 | 0 | 100 | 110101 | 1101100 | 10 | 101110 |
Color Harmonies of #737772
Complementary color
Monochromatic Colors of #737772
Black with #737772
Text Example
Text Example
White with #737772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737772; }
p { color: rgb(115,119,114); }
H1.HeaderClassName
{
color: #737772;
}
.AnyTagClassName
{
color: #737772;
}
</style>
background-color css
<style>
a { background-color: #737772; }
a { background-color: rgb(115,119,114); }
div.DivClassName
{
background-color: #737772;
}
.BgClassName
{
background-color: #737772;
}
</style>
border-color css
<style>
span { border-color: #737772; }
span { border-color: rgb(115,119,114); }
td.TdClassName
{
border-color: #737772;
}
.TagClassName
{
border-color: #737772;
}
</style>