Shades of Xanadu #758B6A
Tints of Xanadu #758B6A
RGB
CMYK
RGB Variations
Color information
#758B6A (or 0x758B6A) is known color: Xanadu. HEX triplet: 75, 8B and 6A. RGB value is (117,139,106). Sum of RGB (Red+Green+Blue) = 117+139+106=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #758B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B6A is #8A7495. Grayscale: #808080. Windows color (decimal): -9073814 or 6982517. OLE color: 6982517.
HSL color Cylindrical-coordinate representation of color #758B6A: hue angle of 100º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758B6A is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 106 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.45 |
| HSL | 100º | 0.13% | 0.48% | - |
| HSV(B) | 100º | 0.24% | 0.55% | - |
| XYZ | 19.17 | 23.29 | 17.12 | - |
| YUV | 128.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 106 | 0.16 | 0 | 0.24 | 0.45 | 100 | 0.13 | 0.48 |
| Hex | 75 | 8B | 6A | 10 | 0 | 18 | 2D | 64 | D | 30 |
| Octal | 165 | 213 | 152 | 20 | 0 | 30 | 55 | 144 | 15 | 60 |
| Binary | 1110101 | 10001011 | 1101010 | 10000 | 0 | 11000 | 101101 | 1100100 | 1101 | 110000 |
Color Harmonies of #758B6A
Complementary color
Monochromatic Colors of #758B6A
Black with #758B6A
Text Example
Text Example
White with #758B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B6A; }
p { color: rgb(117,139,106); }
H1.HeaderClassName
{
color: #758B6A;
}
.AnyTagClassName
{
color: #758B6A;
}
</style>
background-color css
<style>
a { background-color: #758B6A; }
a { background-color: rgb(117,139,106); }
div.DivClassName
{
background-color: #758B6A;
}
.BgClassName
{
background-color: #758B6A;
}
</style>
border-color css
<style>
span { border-color: #758B6A; }
span { border-color: rgb(117,139,106); }
td.TdClassName
{
border-color: #758B6A;
}
.TagClassName
{
border-color: #758B6A;
}
</style>