Shades of Xanadu #748D6C
Tints of Xanadu #748D6C
RGB
CMYK
RGB Variations
Color information
#748D6C (or 0x748D6C) is known color: Xanadu. HEX triplet: 74, 8D and 6C. RGB value is (116,141,108). Sum of RGB (Red+Green+Blue) = 116+141+108=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #748D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D6C is #8B7293. Grayscale: #818181. Windows color (decimal): -9138836 or 7114100. OLE color: 7114100.
HSL color Cylindrical-coordinate representation of color #748D6C: hue angle of 105.45º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748D6C is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 108 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.45 |
| HSL | 105.45º | 0.13% | 0.49% | - |
| HSV(B) | 105.45º | 0.23% | 0.55% | - |
| XYZ | 19.43 | 23.85 | 17.77 | - |
| YUV | 129.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 108 | 0.18 | 0 | 0.23 | 0.45 | 105.45 | 0.13 | 0.49 |
| Hex | 74 | 8D | 6C | 12 | 0 | 17 | 2D | 69 | D | 31 |
| Octal | 164 | 215 | 154 | 22 | 0 | 27 | 55 | 151 | 15 | 61 |
| Binary | 1110100 | 10001101 | 1101100 | 10010 | 0 | 10111 | 101101 | 1101001 | 1101 | 110001 |
Color Harmonies of #748D6C
Complementary color
Monochromatic Colors of #748D6C
Black with #748D6C
Text Example
Text Example
White with #748D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D6C; }
p { color: rgb(116,141,108); }
H1.HeaderClassName
{
color: #748D6C;
}
.AnyTagClassName
{
color: #748D6C;
}
</style>
background-color css
<style>
a { background-color: #748D6C; }
a { background-color: rgb(116,141,108); }
div.DivClassName
{
background-color: #748D6C;
}
.BgClassName
{
background-color: #748D6C;
}
</style>
border-color css
<style>
span { border-color: #748D6C; }
span { border-color: rgb(116,141,108); }
td.TdClassName
{
border-color: #748D6C;
}
.TagClassName
{
border-color: #748D6C;
}
</style>