Shades of Xanadu #738B6B
Tints of Xanadu #738B6B
RGB
CMYK
RGB Variations
Color information
#738B6B (or 0x738B6B) is known color: Xanadu. HEX triplet: 73, 8B and 6B. RGB value is (115,139,107). Sum of RGB (Red+Green+Blue) = 115+139+107=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #738B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B6B is #8C7494. Grayscale: #808080. Windows color (decimal): -9204885 or 7048051. OLE color: 7048051.
HSL color Cylindrical-coordinate representation of color #738B6B: hue angle of 105º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738B6B is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 107 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.45 |
| HSL | 105º | 0.13% | 0.48% | - |
| HSV(B) | 105º | 0.23% | 0.55% | - |
| XYZ | 18.96 | 23.17 | 17.38 | - |
| YUV | 128.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 107 | 0.17 | 0 | 0.23 | 0.45 | 105 | 0.13 | 0.48 |
| Hex | 73 | 8B | 6B | 11 | 0 | 17 | 2D | 69 | D | 30 |
| Octal | 163 | 213 | 153 | 21 | 0 | 27 | 55 | 151 | 15 | 60 |
| Binary | 1110011 | 10001011 | 1101011 | 10001 | 0 | 10111 | 101101 | 1101001 | 1101 | 110000 |
Color Harmonies of #738B6B
Complementary color
Monochromatic Colors of #738B6B
Black with #738B6B
Text Example
Text Example
White with #738B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B6B; }
p { color: rgb(115,139,107); }
H1.HeaderClassName
{
color: #738B6B;
}
.AnyTagClassName
{
color: #738B6B;
}
</style>
background-color css
<style>
a { background-color: #738B6B; }
a { background-color: rgb(115,139,107); }
div.DivClassName
{
background-color: #738B6B;
}
.BgClassName
{
background-color: #738B6B;
}
</style>
border-color css
<style>
span { border-color: #738B6B; }
span { border-color: rgb(115,139,107); }
td.TdClassName
{
border-color: #738B6B;
}
.TagClassName
{
border-color: #738B6B;
}
</style>