Shades of Seance #76356D
Tints of Seance #76356D
RGB
CMYK
RGB Variations
Color information
#76356D (or 0x76356D) is known color: Seance. HEX triplet: 76, 35 and 6D. RGB value is (118,53,109). Sum of RGB (Red+Green+Blue) = 118+53+109=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76356D is #89CA92. Grayscale: #4E4E4E. Windows color (decimal): -9030291 or 7157110. OLE color: 7157110.
HSL color Cylindrical-coordinate representation of color #76356D: hue angle of 308.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76356D is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 109 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.54 |
| HSL | 308.31º | 0.38% | 0.34% | - |
| HSV(B) | 308.31º | 0.55% | 0.46% | - |
| XYZ | 11.5 | 7.5 | 15.31 | - |
| YUV | 78.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 109 | 0 | 0.55 | 0.08 | 0.54 | 308.31 | 0.38 | 0.34 |
| Hex | 76 | 35 | 6D | 0 | 37 | 8 | 36 | 134 | 26 | 22 |
| Octal | 166 | 65 | 155 | 0 | 67 | 10 | 66 | 464 | 46 | 42 |
| Binary | 1110110 | 110101 | 1101101 | 0 | 110111 | 1000 | 110110 | 100110100 | 100110 | 100010 |
Color Harmonies of #76356D
Complementary color
Monochromatic Colors of #76356D
Black with #76356D
Text Example
Text Example
White with #76356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76356D; }
p { color: rgb(118,53,109); }
H1.HeaderClassName
{
color: #76356D;
}
.AnyTagClassName
{
color: #76356D;
}
</style>
background-color css
<style>
a { background-color: #76356D; }
a { background-color: rgb(118,53,109); }
div.DivClassName
{
background-color: #76356D;
}
.BgClassName
{
background-color: #76356D;
}
</style>
border-color css
<style>
span { border-color: #76356D; }
span { border-color: rgb(118,53,109); }
td.TdClassName
{
border-color: #76356D;
}
.TagClassName
{
border-color: #76356D;
}
</style>