Shades of Xanadu #758B6D
Tints of Xanadu #758B6D
RGB
CMYK
RGB Variations
Color information
#758B6D (or 0x758B6D) is known color: Xanadu. HEX triplet: 75, 8B and 6D. RGB value is (117,139,109). Sum of RGB (Red+Green+Blue) = 117+139+109=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #758B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B6D is #8A7492. Grayscale: #818181. Windows color (decimal): -9073811 or 7179125. OLE color: 7179125.
HSL color Cylindrical-coordinate representation of color #758B6D: hue angle of 104º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758B6D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 109 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.45 |
| HSL | 104º | 0.12% | 0.49% | - |
| HSV(B) | 104º | 0.22% | 0.55% | - |
| XYZ | 19.33 | 23.35 | 17.96 | - |
| YUV | 129 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 109 | 0.16 | 0 | 0.22 | 0.45 | 104 | 0.12 | 0.49 |
| Hex | 75 | 8B | 6D | 10 | 0 | 16 | 2D | 68 | C | 31 |
| Octal | 165 | 213 | 155 | 20 | 0 | 26 | 55 | 150 | 14 | 61 |
| Binary | 1110101 | 10001011 | 1101101 | 10000 | 0 | 10110 | 101101 | 1101000 | 1100 | 110001 |
Color Harmonies of #758B6D
Complementary color
Monochromatic Colors of #758B6D
Black with #758B6D
Text Example
Text Example
White with #758B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B6D; }
p { color: rgb(117,139,109); }
H1.HeaderClassName
{
color: #758B6D;
}
.AnyTagClassName
{
color: #758B6D;
}
</style>
background-color css
<style>
a { background-color: #758B6D; }
a { background-color: rgb(117,139,109); }
div.DivClassName
{
background-color: #758B6D;
}
.BgClassName
{
background-color: #758B6D;
}
</style>
border-color css
<style>
span { border-color: #758B6D; }
span { border-color: rgb(117,139,109); }
td.TdClassName
{
border-color: #758B6D;
}
.TagClassName
{
border-color: #758B6D;
}
</style>