Shades of Xanadu #74846B
Tints of Xanadu #74846B
RGB
CMYK
RGB Variations
Color information
#74846B (or 0x74846B) is known color: Xanadu. HEX triplet: 74, 84 and 6B. RGB value is (116,132,107). Sum of RGB (Red+Green+Blue) = 116+132+107=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #74846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846B is #8B7B94. Grayscale: #7C7C7C. Windows color (decimal): -9141141 or 7046260. OLE color: 7046260.
HSL color Cylindrical-coordinate representation of color #74846B: hue angle of 98.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74846B is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 107 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.48 |
| HSL | 98.4º | 0.1% | 0.47% | - |
| HSV(B) | 98.4º | 0.19% | 0.52% | - |
| XYZ | 18.11 | 21.28 | 17.06 | - |
| YUV | 124.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 107 | 0.12 | 0 | 0.19 | 0.48 | 98.4 | 0.1 | 0.47 |
| Hex | 74 | 84 | 6B | C | 0 | 13 | 30 | 62 | A | 2F |
| Octal | 164 | 204 | 153 | 14 | 0 | 23 | 60 | 142 | 12 | 57 |
| Binary | 1110100 | 10000100 | 1101011 | 1100 | 0 | 10011 | 110000 | 1100010 | 1010 | 101111 |
Color Harmonies of #74846B
Complementary color
Monochromatic Colors of #74846B
Black with #74846B
Text Example
Text Example
White with #74846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74846B; }
p { color: rgb(116,132,107); }
H1.HeaderClassName
{
color: #74846B;
}
.AnyTagClassName
{
color: #74846B;
}
</style>
background-color css
<style>
a { background-color: #74846B; }
a { background-color: rgb(116,132,107); }
div.DivClassName
{
background-color: #74846B;
}
.BgClassName
{
background-color: #74846B;
}
</style>
border-color css
<style>
span { border-color: #74846B; }
span { border-color: rgb(116,132,107); }
td.TdClassName
{
border-color: #74846B;
}
.TagClassName
{
border-color: #74846B;
}
</style>