Shades of Xanadu #738B67
Tints of Xanadu #738B67
RGB
CMYK
RGB Variations
Color information
#738B67 (or 0x738B67) is known color: Xanadu. HEX triplet: 73, 8B and 67. RGB value is (115,139,103). Sum of RGB (Red+Green+Blue) = 115+139+103=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #738B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B67 is #8C7498. Grayscale: #7F7F7F. Windows color (decimal): -9204889 or 6785907. OLE color: 6785907.
HSL color Cylindrical-coordinate representation of color #738B67: hue angle of 100º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #738B67 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 103 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.45 |
| HSL | 100º | 0.15% | 0.47% | - |
| HSV(B) | 100º | 0.26% | 0.55% | - |
| XYZ | 18.75 | 23.09 | 16.3 | - |
| YUV | 127.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 103 | 0.17 | 0 | 0.26 | 0.45 | 100 | 0.15 | 0.47 |
| Hex | 73 | 8B | 67 | 11 | 0 | 1A | 2D | 64 | F | 2F |
| Octal | 163 | 213 | 147 | 21 | 0 | 32 | 55 | 144 | 17 | 57 |
| Binary | 1110011 | 10001011 | 1100111 | 10001 | 0 | 11010 | 101101 | 1100100 | 1111 | 101111 |
Color Harmonies of #738B67
Complementary color
Monochromatic Colors of #738B67
Black with #738B67
Text Example
Text Example
White with #738B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B67; }
p { color: rgb(115,139,103); }
H1.HeaderClassName
{
color: #738B67;
}
.AnyTagClassName
{
color: #738B67;
}
</style>
background-color css
<style>
a { background-color: #738B67; }
a { background-color: rgb(115,139,103); }
div.DivClassName
{
background-color: #738B67;
}
.BgClassName
{
background-color: #738B67;
}
</style>
border-color css
<style>
span { border-color: #738B67; }
span { border-color: rgb(115,139,103); }
td.TdClassName
{
border-color: #738B67;
}
.TagClassName
{
border-color: #738B67;
}
</style>