Shades of Seance #752E6E
Tints of Seance #752E6E
RGB
CMYK
RGB Variations
Color information
#752E6E (or 0x752E6E) is known color: Seance. HEX triplet: 75, 2E and 6E. RGB value is (117,46,110). Sum of RGB (Red+Green+Blue) = 117+46+110=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6E is #8AD191. Grayscale: #4A4A4A. Windows color (decimal): -9097618 or 7220853. OLE color: 7220853.
HSL color Cylindrical-coordinate representation of color #752E6E: hue angle of 305.92º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E6E is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 110 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.54 |
| HSL | 305.92º | 0.44% | 0.32% | - |
| HSV(B) | 305.92º | 0.61% | 0.46% | - |
| XYZ | 11.13 | 6.86 | 15.49 | - |
| YUV | 74.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 110 | 0 | 0.61 | 0.06 | 0.54 | 305.92 | 0.44 | 0.32 |
| Hex | 75 | 2E | 6E | 0 | 3D | 6 | 36 | 132 | 2C | 20 |
| Octal | 165 | 56 | 156 | 0 | 75 | 6 | 66 | 462 | 54 | 40 |
| Binary | 1110101 | 101110 | 1101110 | 0 | 111101 | 110 | 110110 | 100110010 | 101100 | 100000 |
Color Harmonies of #752E6E
Complementary color
Monochromatic Colors of #752E6E
Black with #752E6E
Text Example
Text Example
White with #752E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E6E; }
p { color: rgb(117,46,110); }
H1.HeaderClassName
{
color: #752E6E;
}
.AnyTagClassName
{
color: #752E6E;
}
</style>
background-color css
<style>
a { background-color: #752E6E; }
a { background-color: rgb(117,46,110); }
div.DivClassName
{
background-color: #752E6E;
}
.BgClassName
{
background-color: #752E6E;
}
</style>
border-color css
<style>
span { border-color: #752E6E; }
span { border-color: rgb(117,46,110); }
td.TdClassName
{
border-color: #752E6E;
}
.TagClassName
{
border-color: #752E6E;
}
</style>