Shades of Xanadu #74886C
Tints of Xanadu #74886C
RGB
CMYK
RGB Variations
Color information
#74886C (or 0x74886C) is known color: Xanadu. HEX triplet: 74, 88 and 6C. RGB value is (116,136,108). Sum of RGB (Red+Green+Blue) = 116+136+108=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #74886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74886C is #8B7793. Grayscale: #7E7E7E. Windows color (decimal): -9140116 or 7112820. OLE color: 7112820.
HSL color Cylindrical-coordinate representation of color #74886C: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74886C is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 108 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.47 |
| HSL | 102.86º | 0.11% | 0.48% | - |
| HSV(B) | 102.86º | 0.21% | 0.53% | - |
| XYZ | 18.71 | 22.4 | 17.53 | - |
| YUV | 126.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 108 | 0.15 | 0 | 0.21 | 0.47 | 102.86 | 0.11 | 0.48 |
| Hex | 74 | 88 | 6C | F | 0 | 15 | 2F | 67 | B | 30 |
| Octal | 164 | 210 | 154 | 17 | 0 | 25 | 57 | 147 | 13 | 60 |
| Binary | 1110100 | 10001000 | 1101100 | 1111 | 0 | 10101 | 101111 | 1100111 | 1011 | 110000 |
Color Harmonies of #74886C
Complementary color
Monochromatic Colors of #74886C
Black with #74886C
Text Example
Text Example
White with #74886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74886C; }
p { color: rgb(116,136,108); }
H1.HeaderClassName
{
color: #74886C;
}
.AnyTagClassName
{
color: #74886C;
}
</style>
background-color css
<style>
a { background-color: #74886C; }
a { background-color: rgb(116,136,108); }
div.DivClassName
{
background-color: #74886C;
}
.BgClassName
{
background-color: #74886C;
}
</style>
border-color css
<style>
span { border-color: #74886C; }
span { border-color: rgb(116,136,108); }
td.TdClassName
{
border-color: #74886C;
}
.TagClassName
{
border-color: #74886C;
}
</style>