Shades of Xanadu #75926E
Tints of Xanadu #75926E
RGB
CMYK
RGB Variations
Color information
#75926E (or 0x75926E) is known color: Xanadu. HEX triplet: 75, 92 and 6E. RGB value is (117,146,110). Sum of RGB (Red+Green+Blue) = 117+146+110=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #75926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75926E is #8A6D91. Grayscale: #858585. Windows color (decimal): -9072018 or 7246453. OLE color: 7246453.
HSL color Cylindrical-coordinate representation of color #75926E: hue angle of 108.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75926E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 110 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.43 |
| HSL | 108.33º | 0.14% | 0.5% | - |
| HSV(B) | 108.33º | 0.25% | 0.57% | - |
| XYZ | 20.43 | 25.47 | 18.59 | - |
| YUV | 133.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 110 | 0.20 | 0 | 0.25 | 0.43 | 108.33 | 0.14 | 0.5 |
| Hex | 75 | 92 | 6E | 14 | 0 | 19 | 2B | 6C | E | 32 |
| Octal | 165 | 222 | 156 | 24 | 0 | 31 | 53 | 154 | 16 | 62 |
| Binary | 1110101 | 10010010 | 1101110 | 10100 | 0 | 11001 | 101011 | 1101100 | 1110 | 110010 |
Color Harmonies of #75926E
Complementary color
Monochromatic Colors of #75926E
Black with #75926E
Text Example
Text Example
White with #75926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75926E; }
p { color: rgb(117,146,110); }
H1.HeaderClassName
{
color: #75926E;
}
.AnyTagClassName
{
color: #75926E;
}
</style>
background-color css
<style>
a { background-color: #75926E; }
a { background-color: rgb(117,146,110); }
div.DivClassName
{
background-color: #75926E;
}
.BgClassName
{
background-color: #75926E;
}
</style>
border-color css
<style>
span { border-color: #75926E; }
span { border-color: rgb(117,146,110); }
td.TdClassName
{
border-color: #75926E;
}
.TagClassName
{
border-color: #75926E;
}
</style>