Shades of Xanadu #748570
Tints of Xanadu #748570
RGB
CMYK
RGB Variations
Color information
#748570 (or 0x748570) is known color: Xanadu. HEX triplet: 74, 85 and 70. RGB value is (116,133,112). Sum of RGB (Red+Green+Blue) = 116+133+112=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #748570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748570 is #8B7A8F. Grayscale: #7D7D7D. Windows color (decimal): -9140880 or 7374196. OLE color: 7374196.
HSL color Cylindrical-coordinate representation of color #748570: hue angle of 108.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #748570 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 112 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.48 |
| HSL | 108.57º | 0.09% | 0.48% | - |
| HSV(B) | 108.57º | 0.16% | 0.52% | - |
| XYZ | 18.51 | 21.66 | 18.53 | - |
| YUV | 125.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 112 | 0.13 | 0 | 0.16 | 0.48 | 108.57 | 0.09 | 0.48 |
| Hex | 74 | 85 | 70 | D | 0 | 10 | 30 | 6D | 9 | 30 |
| Octal | 164 | 205 | 160 | 15 | 0 | 20 | 60 | 155 | 11 | 60 |
| Binary | 1110100 | 10000101 | 1110000 | 1101 | 0 | 10000 | 110000 | 1101101 | 1001 | 110000 |
Color Harmonies of #748570
Complementary color
Monochromatic Colors of #748570
Black with #748570
Text Example
Text Example
White with #748570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748570; }
p { color: rgb(116,133,112); }
H1.HeaderClassName
{
color: #748570;
}
.AnyTagClassName
{
color: #748570;
}
</style>
background-color css
<style>
a { background-color: #748570; }
a { background-color: rgb(116,133,112); }
div.DivClassName
{
background-color: #748570;
}
.BgClassName
{
background-color: #748570;
}
</style>
border-color css
<style>
span { border-color: #748570; }
span { border-color: rgb(116,133,112); }
td.TdClassName
{
border-color: #748570;
}
.TagClassName
{
border-color: #748570;
}
</style>