Shades of Xanadu #758B71
Tints of Xanadu #758B71
RGB
CMYK
RGB Variations
Color information
#758B71 (or 0x758B71) is known color: Xanadu. HEX triplet: 75, 8B and 71. RGB value is (117,139,113). Sum of RGB (Red+Green+Blue) = 117+139+113=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #758B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B71 is #8A748E. Grayscale: #818181. Windows color (decimal): -9073807 or 7441269. OLE color: 7441269.
HSL color Cylindrical-coordinate representation of color #758B71: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758B71 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 113 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.45 |
| HSL | 110.77º | 0.1% | 0.49% | - |
| HSV(B) | 110.77º | 0.19% | 0.55% | - |
| XYZ | 19.55 | 23.44 | 19.12 | - |
| YUV | 129.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 113 | 0.16 | 0 | 0.19 | 0.45 | 110.77 | 0.1 | 0.49 |
| Hex | 75 | 8B | 71 | 10 | 0 | 13 | 2D | 6F | A | 31 |
| Octal | 165 | 213 | 161 | 20 | 0 | 23 | 55 | 157 | 12 | 61 |
| Binary | 1110101 | 10001011 | 1110001 | 10000 | 0 | 10011 | 101101 | 1101111 | 1010 | 110001 |
Color Harmonies of #758B71
Complementary color
Monochromatic Colors of #758B71
Black with #758B71
Text Example
Text Example
White with #758B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B71; }
p { color: rgb(117,139,113); }
H1.HeaderClassName
{
color: #758B71;
}
.AnyTagClassName
{
color: #758B71;
}
</style>
background-color css
<style>
a { background-color: #758B71; }
a { background-color: rgb(117,139,113); }
div.DivClassName
{
background-color: #758B71;
}
.BgClassName
{
background-color: #758B71;
}
</style>
border-color css
<style>
span { border-color: #758B71; }
span { border-color: rgb(117,139,113); }
td.TdClassName
{
border-color: #758B71;
}
.TagClassName
{
border-color: #758B71;
}
</style>