Shades of Xanadu #738B6C
Tints of Xanadu #738B6C
RGB
CMYK
RGB Variations
Color information
#738B6C (or 0x738B6C) is known color: Xanadu. HEX triplet: 73, 8B and 6C. RGB value is (115,139,108). Sum of RGB (Red+Green+Blue) = 115+139+108=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #738B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B6C is #8C7493. Grayscale: #808080. Windows color (decimal): -9204884 or 7113587. OLE color: 7113587.
HSL color Cylindrical-coordinate representation of color #738B6C: hue angle of 106.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738B6C is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 108 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.45 |
| HSL | 106.45º | 0.13% | 0.48% | - |
| HSV(B) | 106.45º | 0.22% | 0.55% | - |
| XYZ | 19.01 | 23.19 | 17.66 | - |
| YUV | 128.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 108 | 0.17 | 0 | 0.22 | 0.45 | 106.45 | 0.13 | 0.48 |
| Hex | 73 | 8B | 6C | 11 | 0 | 16 | 2D | 6A | D | 30 |
| Octal | 163 | 213 | 154 | 21 | 0 | 26 | 55 | 152 | 15 | 60 |
| Binary | 1110011 | 10001011 | 1101100 | 10001 | 0 | 10110 | 101101 | 1101010 | 1101 | 110000 |
Color Harmonies of #738B6C
Complementary color
Monochromatic Colors of #738B6C
Black with #738B6C
Text Example
Text Example
White with #738B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B6C; }
p { color: rgb(115,139,108); }
H1.HeaderClassName
{
color: #738B6C;
}
.AnyTagClassName
{
color: #738B6C;
}
</style>
background-color css
<style>
a { background-color: #738B6C; }
a { background-color: rgb(115,139,108); }
div.DivClassName
{
background-color: #738B6C;
}
.BgClassName
{
background-color: #738B6C;
}
</style>
border-color css
<style>
span { border-color: #738B6C; }
span { border-color: rgb(115,139,108); }
td.TdClassName
{
border-color: #738B6C;
}
.TagClassName
{
border-color: #738B6C;
}
</style>