Shades of Xanadu #75926C
Tints of Xanadu #75926C
RGB
CMYK
RGB Variations
Color information
#75926C (or 0x75926C) is known color: Xanadu. HEX triplet: 75, 92 and 6C. RGB value is (117,146,108). Sum of RGB (Red+Green+Blue) = 117+146+108=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #75926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75926C is #8A6D93. Grayscale: #858585. Windows color (decimal): -9072020 or 7115381. OLE color: 7115381.
HSL color Cylindrical-coordinate representation of color #75926C: hue angle of 105.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75926C is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 108 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.43 |
| HSL | 105.79º | 0.15% | 0.5% | - |
| HSV(B) | 105.79º | 0.26% | 0.57% | - |
| XYZ | 20.32 | 25.42 | 18.02 | - |
| YUV | 133 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 108 | 0.20 | 0 | 0.26 | 0.43 | 105.79 | 0.15 | 0.5 |
| Hex | 75 | 92 | 6C | 14 | 0 | 1A | 2B | 6A | F | 32 |
| Octal | 165 | 222 | 154 | 24 | 0 | 32 | 53 | 152 | 17 | 62 |
| Binary | 1110101 | 10010010 | 1101100 | 10100 | 0 | 11010 | 101011 | 1101010 | 1111 | 110010 |
Color Harmonies of #75926C
Complementary color
Monochromatic Colors of #75926C
Black with #75926C
Text Example
Text Example
White with #75926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75926C; }
p { color: rgb(117,146,108); }
H1.HeaderClassName
{
color: #75926C;
}
.AnyTagClassName
{
color: #75926C;
}
</style>
background-color css
<style>
a { background-color: #75926C; }
a { background-color: rgb(117,146,108); }
div.DivClassName
{
background-color: #75926C;
}
.BgClassName
{
background-color: #75926C;
}
</style>
border-color css
<style>
span { border-color: #75926C; }
span { border-color: rgb(117,146,108); }
td.TdClassName
{
border-color: #75926C;
}
.TagClassName
{
border-color: #75926C;
}
</style>