Shades of Xanadu #738B6D
Tints of Xanadu #738B6D
RGB
CMYK
RGB Variations
Color information
#738B6D (or 0x738B6D) is known color: Xanadu. HEX triplet: 73, 8B and 6D. RGB value is (115,139,109). Sum of RGB (Red+Green+Blue) = 115+139+109=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #738B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B6D is #8C7492. Grayscale: #808080. Windows color (decimal): -9204883 or 7179123. OLE color: 7179123.
HSL color Cylindrical-coordinate representation of color #738B6D: hue angle of 108º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738B6D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 109 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.45 |
| HSL | 108º | 0.12% | 0.49% | - |
| HSV(B) | 108º | 0.22% | 0.55% | - |
| XYZ | 19.06 | 23.21 | 17.94 | - |
| YUV | 128.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 109 | 0.17 | 0 | 0.22 | 0.45 | 108 | 0.12 | 0.49 |
| Hex | 73 | 8B | 6D | 11 | 0 | 16 | 2D | 6C | C | 31 |
| Octal | 163 | 213 | 155 | 21 | 0 | 26 | 55 | 154 | 14 | 61 |
| Binary | 1110011 | 10001011 | 1101101 | 10001 | 0 | 10110 | 101101 | 1101100 | 1100 | 110001 |
Color Harmonies of #738B6D
Complementary color
Monochromatic Colors of #738B6D
Black with #738B6D
Text Example
Text Example
White with #738B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B6D; }
p { color: rgb(115,139,109); }
H1.HeaderClassName
{
color: #738B6D;
}
.AnyTagClassName
{
color: #738B6D;
}
</style>
background-color css
<style>
a { background-color: #738B6D; }
a { background-color: rgb(115,139,109); }
div.DivClassName
{
background-color: #738B6D;
}
.BgClassName
{
background-color: #738B6D;
}
</style>
border-color css
<style>
span { border-color: #738B6D; }
span { border-color: rgb(115,139,109); }
td.TdClassName
{
border-color: #738B6D;
}
.TagClassName
{
border-color: #738B6D;
}
</style>