Shades of Xanadu #758172
Tints of Xanadu #758172
RGB
CMYK
RGB Variations
Color information
#758172 (or 0x758172) is known color: Xanadu. HEX triplet: 75, 81 and 72. RGB value is (117,129,114). Sum of RGB (Red+Green+Blue) = 117+129+114=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 129 - color contains mainly: green. Hex color #758172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758172 is #8A7E8D. Grayscale: #7B7B7B. Windows color (decimal): -9076366 or 7504245. OLE color: 7504245.
HSL color Cylindrical-coordinate representation of color #758172: hue angle of 108º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758172 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 114 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.49 |
| HSL | 108º | 0.06% | 0.48% | - |
| HSV(B) | 108º | 0.12% | 0.51% | - |
| XYZ | 18.22 | 20.7 | 18.95 | - |
| YUV | 123.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 114 | 0.09 | 0 | 0.12 | 0.49 | 108 | 0.06 | 0.48 |
| Hex | 75 | 81 | 72 | 9 | 0 | C | 31 | 6C | 6 | 30 |
| Octal | 165 | 201 | 162 | 11 | 0 | 14 | 61 | 154 | 6 | 60 |
| Binary | 1110101 | 10000001 | 1110010 | 1001 | 0 | 1100 | 110001 | 1101100 | 110 | 110000 |
Color Harmonies of #758172
Complementary color
Monochromatic Colors of #758172
Black with #758172
Text Example
Text Example
White with #758172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758172; }
p { color: rgb(117,129,114); }
H1.HeaderClassName
{
color: #758172;
}
.AnyTagClassName
{
color: #758172;
}
</style>
background-color css
<style>
a { background-color: #758172; }
a { background-color: rgb(117,129,114); }
div.DivClassName
{
background-color: #758172;
}
.BgClassName
{
background-color: #758172;
}
</style>
border-color css
<style>
span { border-color: #758172; }
span { border-color: rgb(117,129,114); }
td.TdClassName
{
border-color: #758172;
}
.TagClassName
{
border-color: #758172;
}
</style>