Shades of Seance #762878
Tints of Seance #762878
RGB
CMYK
RGB Variations
Color information
#762878 (or 0x762878) is known color: Seance. HEX triplet: 76, 28 and 78. RGB value is (118,40,120). Sum of RGB (Red+Green+Blue) = 118+40+120=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #762878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762878 is #89D787. Grayscale: #484848. Windows color (decimal): -9033608 or 7874678. OLE color: 7874678.
HSL color Cylindrical-coordinate representation of color #762878: hue angle of 298.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762878 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 40 | 120 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.53 |
| HSL | 298.5º | 0.5% | 0.31% | - |
| HSV(B) | 298.5º | 0.67% | 0.47% | - |
| XYZ | 11.62 | 6.73 | 18.45 | - |
| YUV | 72.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 120 | 0.02 | 0.67 | 0 | 0.53 | 298.5 | 0.5 | 0.31 |
| Hex | 76 | 28 | 78 | 2 | 43 | 0 | 35 | 12A | 32 | 1F |
| Octal | 166 | 50 | 170 | 2 | 103 | 0 | 65 | 452 | 62 | 37 |
| Binary | 1110110 | 101000 | 1111000 | 10 | 1000011 | 0 | 110101 | 100101010 | 110010 | 11111 |
Color Harmonies of #762878
Complementary color
Monochromatic Colors of #762878
Black with #762878
Text Example
Text Example
White with #762878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762878; }
p { color: rgb(118,40,120); }
H1.HeaderClassName
{
color: #762878;
}
.AnyTagClassName
{
color: #762878;
}
</style>
background-color css
<style>
a { background-color: #762878; }
a { background-color: rgb(118,40,120); }
div.DivClassName
{
background-color: #762878;
}
.BgClassName
{
background-color: #762878;
}
</style>
border-color css
<style>
span { border-color: #762878; }
span { border-color: rgb(118,40,120); }
td.TdClassName
{
border-color: #762878;
}
.TagClassName
{
border-color: #762878;
}
</style>