Shades of Xanadu #74876D
Tints of Xanadu #74876D
RGB
CMYK
RGB Variations
Color information
#74876D (or 0x74876D) is known color: Xanadu. HEX triplet: 74, 87 and 6D. RGB value is (116,135,109). Sum of RGB (Red+Green+Blue) = 116+135+109=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #74876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74876D is #8B7892. Grayscale: #7E7E7E. Windows color (decimal): -9140371 or 7178100. OLE color: 7178100.
HSL color Cylindrical-coordinate representation of color #74876D: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74876D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 109 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.47 |
| HSL | 103.85º | 0.11% | 0.48% | - |
| HSV(B) | 103.85º | 0.19% | 0.53% | - |
| XYZ | 18.63 | 22.15 | 17.76 | - |
| YUV | 126.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 109 | 0.14 | 0 | 0.19 | 0.47 | 103.85 | 0.11 | 0.48 |
| Hex | 74 | 87 | 6D | E | 0 | 13 | 2F | 68 | B | 30 |
| Octal | 164 | 207 | 155 | 16 | 0 | 23 | 57 | 150 | 13 | 60 |
| Binary | 1110100 | 10000111 | 1101101 | 1110 | 0 | 10011 | 101111 | 1101000 | 1011 | 110000 |
Color Harmonies of #74876D
Complementary color
Monochromatic Colors of #74876D
Black with #74876D
Text Example
Text Example
White with #74876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74876D; }
p { color: rgb(116,135,109); }
H1.HeaderClassName
{
color: #74876D;
}
.AnyTagClassName
{
color: #74876D;
}
</style>
background-color css
<style>
a { background-color: #74876D; }
a { background-color: rgb(116,135,109); }
div.DivClassName
{
background-color: #74876D;
}
.BgClassName
{
background-color: #74876D;
}
</style>
border-color css
<style>
span { border-color: #74876D; }
span { border-color: rgb(116,135,109); }
td.TdClassName
{
border-color: #74876D;
}
.TagClassName
{
border-color: #74876D;
}
</style>