Shades of Xanadu #738A6E
Tints of Xanadu #738A6E
RGB
CMYK
RGB Variations
Color information
#738A6E (or 0x738A6E) is known color: Xanadu. HEX triplet: 73, 8A and 6E. RGB value is (115,138,110). Sum of RGB (Red+Green+Blue) = 115+138+110=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #738A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A6E is #8C7591. Grayscale: #808080. Windows color (decimal): -9205138 or 7244403. OLE color: 7244403.
HSL color Cylindrical-coordinate representation of color #738A6E: hue angle of 109.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738A6E is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 110 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.46 |
| HSL | 109.29º | 0.11% | 0.49% | - |
| HSV(B) | 109.29º | 0.2% | 0.54% | - |
| XYZ | 18.97 | 22.95 | 18.18 | - |
| YUV | 127.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 110 | 0.17 | 0 | 0.20 | 0.46 | 109.29 | 0.11 | 0.49 |
| Hex | 73 | 8A | 6E | 11 | 0 | 14 | 2E | 6D | B | 31 |
| Octal | 163 | 212 | 156 | 21 | 0 | 24 | 56 | 155 | 13 | 61 |
| Binary | 1110011 | 10001010 | 1101110 | 10001 | 0 | 10100 | 101110 | 1101101 | 1011 | 110001 |
Color Harmonies of #738A6E
Complementary color
Monochromatic Colors of #738A6E
Black with #738A6E
Text Example
Text Example
White with #738A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A6E; }
p { color: rgb(115,138,110); }
H1.HeaderClassName
{
color: #738A6E;
}
.AnyTagClassName
{
color: #738A6E;
}
</style>
background-color css
<style>
a { background-color: #738A6E; }
a { background-color: rgb(115,138,110); }
div.DivClassName
{
background-color: #738A6E;
}
.BgClassName
{
background-color: #738A6E;
}
</style>
border-color css
<style>
span { border-color: #738A6E; }
span { border-color: rgb(115,138,110); }
td.TdClassName
{
border-color: #738A6E;
}
.TagClassName
{
border-color: #738A6E;
}
</style>