Shades of Xanadu #748B70
Tints of Xanadu #748B70
RGB
CMYK
RGB Variations
Color information
#748B70 (or 0x748B70) is known color: Xanadu. HEX triplet: 74, 8B and 70. RGB value is (116,139,112). Sum of RGB (Red+Green+Blue) = 116+139+112=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #748B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B70 is #8B748F. Grayscale: #818181. Windows color (decimal): -9139344 or 7375732. OLE color: 7375732.
HSL color Cylindrical-coordinate representation of color #748B70: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748B70 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 112 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.45 |
| HSL | 111.11º | 0.11% | 0.49% | - |
| HSV(B) | 111.11º | 0.19% | 0.55% | - |
| XYZ | 19.36 | 23.35 | 18.82 | - |
| YUV | 129.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 112 | 0.17 | 0 | 0.19 | 0.45 | 111.11 | 0.11 | 0.49 |
| Hex | 74 | 8B | 70 | 11 | 0 | 13 | 2D | 6F | B | 31 |
| Octal | 164 | 213 | 160 | 21 | 0 | 23 | 55 | 157 | 13 | 61 |
| Binary | 1110100 | 10001011 | 1110000 | 10001 | 0 | 10011 | 101101 | 1101111 | 1011 | 110001 |
Color Harmonies of #748B70
Complementary color
Monochromatic Colors of #748B70
Black with #748B70
Text Example
Text Example
White with #748B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B70; }
p { color: rgb(116,139,112); }
H1.HeaderClassName
{
color: #748B70;
}
.AnyTagClassName
{
color: #748B70;
}
</style>
background-color css
<style>
a { background-color: #748B70; }
a { background-color: rgb(116,139,112); }
div.DivClassName
{
background-color: #748B70;
}
.BgClassName
{
background-color: #748B70;
}
</style>
border-color css
<style>
span { border-color: #748B70; }
span { border-color: rgb(116,139,112); }
td.TdClassName
{
border-color: #748B70;
}
.TagClassName
{
border-color: #748B70;
}
</style>