Shades of Xanadu #748771
Tints of Xanadu #748771
RGB
CMYK
RGB Variations
Color information
#748771 (or 0x748771) is known color: Xanadu. HEX triplet: 74, 87 and 71. RGB value is (116,135,113). Sum of RGB (Red+Green+Blue) = 116+135+113=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #748771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748771 is #8B788E. Grayscale: #7E7E7E. Windows color (decimal): -9140367 or 7440244. OLE color: 7440244.
HSL color Cylindrical-coordinate representation of color #748771: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #748771 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 113 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.47 |
| HSL | 111.82º | 0.09% | 0.49% | - |
| HSV(B) | 111.82º | 0.16% | 0.53% | - |
| XYZ | 18.85 | 22.23 | 18.92 | - |
| YUV | 126.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 113 | 0.14 | 0 | 0.16 | 0.47 | 111.82 | 0.09 | 0.49 |
| Hex | 74 | 87 | 71 | E | 0 | 10 | 2F | 70 | 9 | 31 |
| Octal | 164 | 207 | 161 | 16 | 0 | 20 | 57 | 160 | 11 | 61 |
| Binary | 1110100 | 10000111 | 1110001 | 1110 | 0 | 10000 | 101111 | 1110000 | 1001 | 110001 |
Color Harmonies of #748771
Complementary color
Monochromatic Colors of #748771
Black with #748771
Text Example
Text Example
White with #748771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748771; }
p { color: rgb(116,135,113); }
H1.HeaderClassName
{
color: #748771;
}
.AnyTagClassName
{
color: #748771;
}
</style>
background-color css
<style>
a { background-color: #748771; }
a { background-color: rgb(116,135,113); }
div.DivClassName
{
background-color: #748771;
}
.BgClassName
{
background-color: #748771;
}
</style>
border-color css
<style>
span { border-color: #748771; }
span { border-color: rgb(116,135,113); }
td.TdClassName
{
border-color: #748771;
}
.TagClassName
{
border-color: #748771;
}
</style>