Shades of Xanadu #748770
Tints of Xanadu #748770
RGB
CMYK
RGB Variations
Color information
#748770 (or 0x748770) is known color: Xanadu. HEX triplet: 74, 87 and 70. RGB value is (116,135,112). Sum of RGB (Red+Green+Blue) = 116+135+112=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #748770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748770 is #8B788F. Grayscale: #7E7E7E. Windows color (decimal): -9140368 or 7374708. OLE color: 7374708.
HSL color Cylindrical-coordinate representation of color #748770: hue angle of 109.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748770 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 112 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.47 |
| HSL | 109.57º | 0.09% | 0.48% | - |
| HSV(B) | 109.57º | 0.17% | 0.53% | - |
| XYZ | 18.79 | 22.21 | 18.63 | - |
| YUV | 126.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 112 | 0.14 | 0 | 0.17 | 0.47 | 109.57 | 0.09 | 0.48 |
| Hex | 74 | 87 | 70 | E | 0 | 11 | 2F | 6E | 9 | 30 |
| Octal | 164 | 207 | 160 | 16 | 0 | 21 | 57 | 156 | 11 | 60 |
| Binary | 1110100 | 10000111 | 1110000 | 1110 | 0 | 10001 | 101111 | 1101110 | 1001 | 110000 |
Color Harmonies of #748770
Complementary color
Monochromatic Colors of #748770
Black with #748770
Text Example
Text Example
White with #748770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748770; }
p { color: rgb(116,135,112); }
H1.HeaderClassName
{
color: #748770;
}
.AnyTagClassName
{
color: #748770;
}
</style>
background-color css
<style>
a { background-color: #748770; }
a { background-color: rgb(116,135,112); }
div.DivClassName
{
background-color: #748770;
}
.BgClassName
{
background-color: #748770;
}
</style>
border-color css
<style>
span { border-color: #748770; }
span { border-color: rgb(116,135,112); }
td.TdClassName
{
border-color: #748770;
}
.TagClassName
{
border-color: #748770;
}
</style>