Shades of Xanadu #74856D
Tints of Xanadu #74856D
RGB
CMYK
RGB Variations
Color information
#74856D (or 0x74856D) is known color: Xanadu. HEX triplet: 74, 85 and 6D. RGB value is (116,133,109). Sum of RGB (Red+Green+Blue) = 116+133+109=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #74856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74856D is #8B7A92. Grayscale: #7D7D7D. Windows color (decimal): -9140883 or 7177588. OLE color: 7177588.
HSL color Cylindrical-coordinate representation of color #74856D: hue angle of 102.5º 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 #74856D is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 109 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.48 |
| HSL | 102.5º | 0.1% | 0.47% | - |
| HSV(B) | 102.5º | 0.18% | 0.52% | - |
| XYZ | 18.35 | 21.59 | 17.67 | - |
| YUV | 125.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 109 | 0.13 | 0 | 0.18 | 0.48 | 102.5 | 0.1 | 0.47 |
| Hex | 74 | 85 | 6D | D | 0 | 12 | 30 | 66 | A | 2F |
| Octal | 164 | 205 | 155 | 15 | 0 | 22 | 60 | 146 | 12 | 57 |
| Binary | 1110100 | 10000101 | 1101101 | 1101 | 0 | 10010 | 110000 | 1100110 | 1010 | 101111 |
Color Harmonies of #74856D
Complementary color
Monochromatic Colors of #74856D
Black with #74856D
Text Example
Text Example
White with #74856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74856D; }
p { color: rgb(116,133,109); }
H1.HeaderClassName
{
color: #74856D;
}
.AnyTagClassName
{
color: #74856D;
}
</style>
background-color css
<style>
a { background-color: #74856D; }
a { background-color: rgb(116,133,109); }
div.DivClassName
{
background-color: #74856D;
}
.BgClassName
{
background-color: #74856D;
}
</style>
border-color css
<style>
span { border-color: #74856D; }
span { border-color: rgb(116,133,109); }
td.TdClassName
{
border-color: #74856D;
}
.TagClassName
{
border-color: #74856D;
}
</style>