Shades of Xanadu #74846C
Tints of Xanadu #74846C
RGB
CMYK
RGB Variations
Color information
#74846C (or 0x74846C) is known color: Xanadu. HEX triplet: 74, 84 and 6C. RGB value is (116,132,108). Sum of RGB (Red+Green+Blue) = 116+132+108=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #74846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846C is #8B7B93. Grayscale: #7C7C7C. Windows color (decimal): -9141140 or 7111796. OLE color: 7111796.
HSL color Cylindrical-coordinate representation of color #74846C: hue angle of 100º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74846C is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 108 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.48 |
| HSL | 100º | 0.1% | 0.47% | - |
| HSV(B) | 100º | 0.18% | 0.52% | - |
| XYZ | 18.16 | 21.3 | 17.34 | - |
| YUV | 124.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 108 | 0.12 | 0 | 0.18 | 0.48 | 100 | 0.1 | 0.47 |
| Hex | 74 | 84 | 6C | C | 0 | 12 | 30 | 64 | A | 2F |
| Octal | 164 | 204 | 154 | 14 | 0 | 22 | 60 | 144 | 12 | 57 |
| Binary | 1110100 | 10000100 | 1101100 | 1100 | 0 | 10010 | 110000 | 1100100 | 1010 | 101111 |
Color Harmonies of #74846C
Complementary color
Monochromatic Colors of #74846C
Black with #74846C
Text Example
Text Example
White with #74846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74846C; }
p { color: rgb(116,132,108); }
H1.HeaderClassName
{
color: #74846C;
}
.AnyTagClassName
{
color: #74846C;
}
</style>
background-color css
<style>
a { background-color: #74846C; }
a { background-color: rgb(116,132,108); }
div.DivClassName
{
background-color: #74846C;
}
.BgClassName
{
background-color: #74846C;
}
</style>
border-color css
<style>
span { border-color: #74846C; }
span { border-color: rgb(116,132,108); }
td.TdClassName
{
border-color: #74846C;
}
.TagClassName
{
border-color: #74846C;
}
</style>