Shades of Xanadu #758372
Tints of Xanadu #758372
RGB
CMYK
RGB Variations
Color information
#758372 (or 0x758372) is known color: Xanadu. HEX triplet: 75, 83 and 72. RGB value is (117,131,114). Sum of RGB (Red+Green+Blue) = 117+131+114=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #758372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758372 is #8A7C8D. Grayscale: #7C7C7C. Windows color (decimal): -9075854 or 7504757. OLE color: 7504757.
HSL color Cylindrical-coordinate representation of color #758372: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758372 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 114 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.49 |
| HSL | 109.41º | 0.07% | 0.48% | - |
| HSV(B) | 109.41º | 0.13% | 0.51% | - |
| XYZ | 18.49 | 21.23 | 19.04 | - |
| YUV | 124.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 114 | 0.11 | 0 | 0.13 | 0.49 | 109.41 | 0.07 | 0.48 |
| Hex | 75 | 83 | 72 | B | 0 | D | 31 | 6D | 7 | 30 |
| Octal | 165 | 203 | 162 | 13 | 0 | 15 | 61 | 155 | 7 | 60 |
| Binary | 1110101 | 10000011 | 1110010 | 1011 | 0 | 1101 | 110001 | 1101101 | 111 | 110000 |
Color Harmonies of #758372
Complementary color
Monochromatic Colors of #758372
Black with #758372
Text Example
Text Example
White with #758372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758372; }
p { color: rgb(117,131,114); }
H1.HeaderClassName
{
color: #758372;
}
.AnyTagClassName
{
color: #758372;
}
</style>
background-color css
<style>
a { background-color: #758372; }
a { background-color: rgb(117,131,114); }
div.DivClassName
{
background-color: #758372;
}
.BgClassName
{
background-color: #758372;
}
</style>
border-color css
<style>
span { border-color: #758372; }
span { border-color: rgb(117,131,114); }
td.TdClassName
{
border-color: #758372;
}
.TagClassName
{
border-color: #758372;
}
</style>