Shades of Xanadu #758171
Tints of Xanadu #758171
RGB
CMYK
RGB Variations
Color information
#758171 (or 0x758171) is known color: Xanadu. HEX triplet: 75, 81 and 71. RGB value is (117,129,113). Sum of RGB (Red+Green+Blue) = 117+129+113=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #758171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758171 is #8A7E8E. Grayscale: #7B7B7B. Windows color (decimal): -9076367 or 7438709. OLE color: 7438709.
HSL color Cylindrical-coordinate representation of color #758171: hue angle of 105º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758171 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 113 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.49 |
| HSL | 105º | 0.07% | 0.47% | - |
| HSV(B) | 105º | 0.12% | 0.51% | - |
| XYZ | 18.17 | 20.67 | 18.66 | - |
| YUV | 123.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 113 | 0.09 | 0 | 0.12 | 0.49 | 105 | 0.07 | 0.47 |
| Hex | 75 | 81 | 71 | 9 | 0 | C | 31 | 69 | 7 | 2F |
| Octal | 165 | 201 | 161 | 11 | 0 | 14 | 61 | 151 | 7 | 57 |
| Binary | 1110101 | 10000001 | 1110001 | 1001 | 0 | 1100 | 110001 | 1101001 | 111 | 101111 |
Color Harmonies of #758171
Complementary color
Monochromatic Colors of #758171
Black with #758171
Text Example
Text Example
White with #758171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758171; }
p { color: rgb(117,129,113); }
H1.HeaderClassName
{
color: #758171;
}
.AnyTagClassName
{
color: #758171;
}
</style>
background-color css
<style>
a { background-color: #758171; }
a { background-color: rgb(117,129,113); }
div.DivClassName
{
background-color: #758171;
}
.BgClassName
{
background-color: #758171;
}
</style>
border-color css
<style>
span { border-color: #758171; }
span { border-color: rgb(117,129,113); }
td.TdClassName
{
border-color: #758171;
}
.TagClassName
{
border-color: #758171;
}
</style>