Shades of Xanadu #738A6C
Tints of Xanadu #738A6C
RGB
CMYK
RGB Variations
Color information
#738A6C (or 0x738A6C) is known color: Xanadu. HEX triplet: 73, 8A and 6C. RGB value is (115,138,108). Sum of RGB (Red+Green+Blue) = 115+138+108=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #738A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A6C is #8C7593. Grayscale: #7F7F7F. Windows color (decimal): -9205140 or 7113331. OLE color: 7113331.
HSL color Cylindrical-coordinate representation of color #738A6C: hue angle of 106º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738A6C is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 108 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.46 |
| HSL | 106º | 0.12% | 0.48% | - |
| HSV(B) | 106º | 0.22% | 0.54% | - |
| XYZ | 18.87 | 22.9 | 17.61 | - |
| YUV | 127.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 108 | 0.17 | 0 | 0.22 | 0.46 | 106 | 0.12 | 0.48 |
| Hex | 73 | 8A | 6C | 11 | 0 | 16 | 2E | 6A | C | 30 |
| Octal | 163 | 212 | 154 | 21 | 0 | 26 | 56 | 152 | 14 | 60 |
| Binary | 1110011 | 10001010 | 1101100 | 10001 | 0 | 10110 | 101110 | 1101010 | 1100 | 110000 |
Color Harmonies of #738A6C
Complementary color
Monochromatic Colors of #738A6C
Black with #738A6C
Text Example
Text Example
White with #738A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A6C; }
p { color: rgb(115,138,108); }
H1.HeaderClassName
{
color: #738A6C;
}
.AnyTagClassName
{
color: #738A6C;
}
</style>
background-color css
<style>
a { background-color: #738A6C; }
a { background-color: rgb(115,138,108); }
div.DivClassName
{
background-color: #738A6C;
}
.BgClassName
{
background-color: #738A6C;
}
</style>
border-color css
<style>
span { border-color: #738A6C; }
span { border-color: rgb(115,138,108); }
td.TdClassName
{
border-color: #738A6C;
}
.TagClassName
{
border-color: #738A6C;
}
</style>