Shades of Xanadu #747D72
Tints of Xanadu #747D72
RGB
CMYK
RGB Variations
Color information
#747D72 (or 0x747D72) is known color: Xanadu. HEX triplet: 74, 7D and 72. RGB value is (116,125,114). Sum of RGB (Red+Green+Blue) = 116+125+114=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #747D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D72 is #8B828D. Grayscale: #797979. Windows color (decimal): -9142926 or 7503220. OLE color: 7503220.
HSL color Cylindrical-coordinate representation of color #747D72: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747D72 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 114 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.51 |
| HSL | 109.09º | 0.05% | 0.47% | - |
| HSV(B) | 109.09º | 0.09% | 0.49% | - |
| XYZ | 17.57 | 19.6 | 18.78 | - |
| YUV | 121.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 114 | 0.07 | 0 | 0.09 | 0.51 | 109.09 | 0.05 | 0.47 |
| Hex | 74 | 7D | 72 | 7 | 0 | 9 | 33 | 6D | 5 | 2F |
| Octal | 164 | 175 | 162 | 7 | 0 | 11 | 63 | 155 | 5 | 57 |
| Binary | 1110100 | 1111101 | 1110010 | 111 | 0 | 1001 | 110011 | 1101101 | 101 | 101111 |
Color Harmonies of #747D72
Complementary color
Monochromatic Colors of #747D72
Black with #747D72
Text Example
Text Example
White with #747D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D72; }
p { color: rgb(116,125,114); }
H1.HeaderClassName
{
color: #747D72;
}
.AnyTagClassName
{
color: #747D72;
}
</style>
background-color css
<style>
a { background-color: #747D72; }
a { background-color: rgb(116,125,114); }
div.DivClassName
{
background-color: #747D72;
}
.BgClassName
{
background-color: #747D72;
}
</style>
border-color css
<style>
span { border-color: #747D72; }
span { border-color: rgb(116,125,114); }
td.TdClassName
{
border-color: #747D72;
}
.TagClassName
{
border-color: #747D72;
}
</style>