Shades of Xanadu #758A6B
Tints of Xanadu #758A6B
RGB
CMYK
RGB Variations
Color information
#758A6B (or 0x758A6B) is known color: Xanadu. HEX triplet: 75, 8A and 6B. RGB value is (117,138,107). Sum of RGB (Red+Green+Blue) = 117+138+107=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #758A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A6B is #8A7594. Grayscale: #808080. Windows color (decimal): -9074069 or 7047797. OLE color: 7047797.
HSL color Cylindrical-coordinate representation of color #758A6B: hue angle of 100.65º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758A6B is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 107 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.46 |
| HSL | 100.65º | 0.13% | 0.48% | - |
| HSV(B) | 100.65º | 0.22% | 0.54% | - |
| XYZ | 19.08 | 23.02 | 17.35 | - |
| YUV | 128.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 107 | 0.15 | 0 | 0.22 | 0.46 | 100.65 | 0.13 | 0.48 |
| Hex | 75 | 8A | 6B | F | 0 | 16 | 2E | 65 | D | 30 |
| Octal | 165 | 212 | 153 | 17 | 0 | 26 | 56 | 145 | 15 | 60 |
| Binary | 1110101 | 10001010 | 1101011 | 1111 | 0 | 10110 | 101110 | 1100101 | 1101 | 110000 |
Color Harmonies of #758A6B
Complementary color
Monochromatic Colors of #758A6B
Black with #758A6B
Text Example
Text Example
White with #758A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A6B; }
p { color: rgb(117,138,107); }
H1.HeaderClassName
{
color: #758A6B;
}
.AnyTagClassName
{
color: #758A6B;
}
</style>
background-color css
<style>
a { background-color: #758A6B; }
a { background-color: rgb(117,138,107); }
div.DivClassName
{
background-color: #758A6B;
}
.BgClassName
{
background-color: #758A6B;
}
</style>
border-color css
<style>
span { border-color: #758A6B; }
span { border-color: rgb(117,138,107); }
td.TdClassName
{
border-color: #758A6B;
}
.TagClassName
{
border-color: #758A6B;
}
</style>