Shades of Seance #75366D
Tints of Seance #75366D
RGB
CMYK
RGB Variations
Color information
#75366D (or 0x75366D) is known color: Seance. HEX triplet: 75, 36 and 6D. RGB value is (117,54,109). Sum of RGB (Red+Green+Blue) = 117+54+109=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75366D is #8AC992. Grayscale: #4E4E4E. Windows color (decimal): -9095571 or 7157365. OLE color: 7157365.
HSL color Cylindrical-coordinate representation of color #75366D: hue angle of 307.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75366D is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 109 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.54 |
| HSL | 307.62º | 0.37% | 0.34% | - |
| HSV(B) | 307.62º | 0.54% | 0.46% | - |
| XYZ | 11.42 | 7.52 | 15.32 | - |
| YUV | 79.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 109 | 0 | 0.54 | 0.07 | 0.54 | 307.62 | 0.37 | 0.34 |
| Hex | 75 | 36 | 6D | 0 | 36 | 7 | 36 | 134 | 25 | 22 |
| Octal | 165 | 66 | 155 | 0 | 66 | 7 | 66 | 464 | 45 | 42 |
| Binary | 1110101 | 110110 | 1101101 | 0 | 110110 | 111 | 110110 | 100110100 | 100101 | 100010 |
Color Harmonies of #75366D
Complementary color
Monochromatic Colors of #75366D
Black with #75366D
Text Example
Text Example
White with #75366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75366D; }
p { color: rgb(117,54,109); }
H1.HeaderClassName
{
color: #75366D;
}
.AnyTagClassName
{
color: #75366D;
}
</style>
background-color css
<style>
a { background-color: #75366D; }
a { background-color: rgb(117,54,109); }
div.DivClassName
{
background-color: #75366D;
}
.BgClassName
{
background-color: #75366D;
}
</style>
border-color css
<style>
span { border-color: #75366D; }
span { border-color: rgb(117,54,109); }
td.TdClassName
{
border-color: #75366D;
}
.TagClassName
{
border-color: #75366D;
}
</style>