Shades of Xanadu #748970
Tints of Xanadu #748970
RGB
CMYK
RGB Variations
Color information
#748970 (or 0x748970) is known color: Xanadu. HEX triplet: 74, 89 and 70. RGB value is (116,137,112). Sum of RGB (Red+Green+Blue) = 116+137+112=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #748970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748970 is #8B768F. Grayscale: #7F7F7F. Windows color (decimal): -9139856 or 7375220. OLE color: 7375220.
HSL color Cylindrical-coordinate representation of color #748970: hue angle of 110.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748970 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 112 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.46 |
| HSL | 110.4º | 0.1% | 0.49% | - |
| HSV(B) | 110.4º | 0.18% | 0.54% | - |
| XYZ | 19.07 | 22.77 | 18.72 | - |
| YUV | 127.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 112 | 0.15 | 0 | 0.18 | 0.46 | 110.4 | 0.1 | 0.49 |
| Hex | 74 | 89 | 70 | F | 0 | 12 | 2E | 6E | A | 31 |
| Octal | 164 | 211 | 160 | 17 | 0 | 22 | 56 | 156 | 12 | 61 |
| Binary | 1110100 | 10001001 | 1110000 | 1111 | 0 | 10010 | 101110 | 1101110 | 1010 | 110001 |
Color Harmonies of #748970
Complementary color
Monochromatic Colors of #748970
Black with #748970
Text Example
Text Example
White with #748970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748970; }
p { color: rgb(116,137,112); }
H1.HeaderClassName
{
color: #748970;
}
.AnyTagClassName
{
color: #748970;
}
</style>
background-color css
<style>
a { background-color: #748970; }
a { background-color: rgb(116,137,112); }
div.DivClassName
{
background-color: #748970;
}
.BgClassName
{
background-color: #748970;
}
</style>
border-color css
<style>
span { border-color: #748970; }
span { border-color: rgb(116,137,112); }
td.TdClassName
{
border-color: #748970;
}
.TagClassName
{
border-color: #748970;
}
</style>