Shades of Xanadu #74856A
Tints of Xanadu #74856A
RGB
CMYK
RGB Variations
Color information
#74856A (or 0x74856A) is known color: Xanadu. HEX triplet: 74, 85 and 6A. RGB value is (116,133,106). Sum of RGB (Red+Green+Blue) = 116+133+106=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #74856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74856A is #8B7A95. Grayscale: #7C7C7C. Windows color (decimal): -9140886 or 6980980. OLE color: 6980980.
HSL color Cylindrical-coordinate representation of color #74856A: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74856A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 106 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.48 |
| HSL | 97.78º | 0.11% | 0.47% | - |
| HSV(B) | 97.78º | 0.2% | 0.52% | - |
| XYZ | 18.19 | 21.53 | 16.83 | - |
| YUV | 124.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 106 | 0.13 | 0 | 0.20 | 0.48 | 97.78 | 0.11 | 0.47 |
| Hex | 74 | 85 | 6A | D | 0 | 14 | 30 | 62 | B | 2F |
| Octal | 164 | 205 | 152 | 15 | 0 | 24 | 60 | 142 | 13 | 57 |
| Binary | 1110100 | 10000101 | 1101010 | 1101 | 0 | 10100 | 110000 | 1100010 | 1011 | 101111 |
Color Harmonies of #74856A
Complementary color
Monochromatic Colors of #74856A
Black with #74856A
Text Example
Text Example
White with #74856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74856A; }
p { color: rgb(116,133,106); }
H1.HeaderClassName
{
color: #74856A;
}
.AnyTagClassName
{
color: #74856A;
}
</style>
background-color css
<style>
a { background-color: #74856A; }
a { background-color: rgb(116,133,106); }
div.DivClassName
{
background-color: #74856A;
}
.BgClassName
{
background-color: #74856A;
}
</style>
border-color css
<style>
span { border-color: #74856A; }
span { border-color: rgb(116,133,106); }
td.TdClassName
{
border-color: #74856A;
}
.TagClassName
{
border-color: #74856A;
}
</style>