Shades of Xanadu #748C6C
Tints of Xanadu #748C6C
RGB
CMYK
RGB Variations
Color information
#748C6C (or 0x748C6C) is known color: Xanadu. HEX triplet: 74, 8C and 6C. RGB value is (116,140,108). Sum of RGB (Red+Green+Blue) = 116+140+108=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #748C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C6C is #8B7393. Grayscale: #818181. Windows color (decimal): -9139092 or 7113844. OLE color: 7113844.
HSL color Cylindrical-coordinate representation of color #748C6C: hue angle of 105º 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 #748C6C is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 108 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.45 |
| HSL | 105º | 0.13% | 0.49% | - |
| HSV(B) | 105º | 0.23% | 0.55% | - |
| XYZ | 19.29 | 23.55 | 17.72 | - |
| YUV | 129.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 108 | 0.17 | 0 | 0.23 | 0.45 | 105 | 0.13 | 0.49 |
| Hex | 74 | 8C | 6C | 11 | 0 | 17 | 2D | 69 | D | 31 |
| Octal | 164 | 214 | 154 | 21 | 0 | 27 | 55 | 151 | 15 | 61 |
| Binary | 1110100 | 10001100 | 1101100 | 10001 | 0 | 10111 | 101101 | 1101001 | 1101 | 110001 |
Color Harmonies of #748C6C
Complementary color
Monochromatic Colors of #748C6C
Black with #748C6C
Text Example
Text Example
White with #748C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C6C; }
p { color: rgb(116,140,108); }
H1.HeaderClassName
{
color: #748C6C;
}
.AnyTagClassName
{
color: #748C6C;
}
</style>
background-color css
<style>
a { background-color: #748C6C; }
a { background-color: rgb(116,140,108); }
div.DivClassName
{
background-color: #748C6C;
}
.BgClassName
{
background-color: #748C6C;
}
</style>
border-color css
<style>
span { border-color: #748C6C; }
span { border-color: rgb(116,140,108); }
td.TdClassName
{
border-color: #748C6C;
}
.TagClassName
{
border-color: #748C6C;
}
</style>