Shades of Xanadu #738A6D
Tints of Xanadu #738A6D
RGB
CMYK
RGB Variations
Color information
#738A6D (or 0x738A6D) is known color: Xanadu. HEX triplet: 73, 8A and 6D. RGB value is (115,138,109). Sum of RGB (Red+Green+Blue) = 115+138+109=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #738A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A6D is #8C7592. Grayscale: #7F7F7F. Windows color (decimal): -9205139 or 7178867. OLE color: 7178867.
HSL color Cylindrical-coordinate representation of color #738A6D: hue angle of 107.59º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738A6D is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 109 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.46 |
| HSL | 107.59º | 0.12% | 0.48% | - |
| HSV(B) | 107.59º | 0.21% | 0.54% | - |
| XYZ | 18.92 | 22.93 | 17.9 | - |
| YUV | 127.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 109 | 0.17 | 0 | 0.21 | 0.46 | 107.59 | 0.12 | 0.48 |
| Hex | 73 | 8A | 6D | 11 | 0 | 15 | 2E | 6C | C | 30 |
| Octal | 163 | 212 | 155 | 21 | 0 | 25 | 56 | 154 | 14 | 60 |
| Binary | 1110011 | 10001010 | 1101101 | 10001 | 0 | 10101 | 101110 | 1101100 | 1100 | 110000 |
Color Harmonies of #738A6D
Complementary color
Monochromatic Colors of #738A6D
Black with #738A6D
Text Example
Text Example
White with #738A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A6D; }
p { color: rgb(115,138,109); }
H1.HeaderClassName
{
color: #738A6D;
}
.AnyTagClassName
{
color: #738A6D;
}
</style>
background-color css
<style>
a { background-color: #738A6D; }
a { background-color: rgb(115,138,109); }
div.DivClassName
{
background-color: #738A6D;
}
.BgClassName
{
background-color: #738A6D;
}
</style>
border-color css
<style>
span { border-color: #738A6D; }
span { border-color: rgb(115,138,109); }
td.TdClassName
{
border-color: #738A6D;
}
.TagClassName
{
border-color: #738A6D;
}
</style>