Shades of Seance #762A73
Tints of Seance #762A73
RGB
CMYK
RGB Variations
Color information
#762A73 (or 0x762A73) is known color: Seance. HEX triplet: 76, 2A and 73. RGB value is (118,42,115). Sum of RGB (Red+Green+Blue) = 118+42+115=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #762A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A73 is #89D58C. Grayscale: #484848. Windows color (decimal): -9033101 or 7547510. OLE color: 7547510.
HSL color Cylindrical-coordinate representation of color #762A73: hue angle of 302.37º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A73 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 115 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.54 |
| HSL | 302.37º | 0.48% | 0.31% | - |
| HSV(B) | 302.37º | 0.64% | 0.46% | - |
| XYZ | 11.39 | 6.75 | 16.92 | - |
| YUV | 73.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 115 | 0 | 0.64 | 0.03 | 0.54 | 302.37 | 0.48 | 0.31 |
| Hex | 76 | 2A | 73 | 0 | 40 | 3 | 36 | 12E | 30 | 1F |
| Octal | 166 | 52 | 163 | 0 | 100 | 3 | 66 | 456 | 60 | 37 |
| Binary | 1110110 | 101010 | 1110011 | 0 | 1000000 | 11 | 110110 | 100101110 | 110000 | 11111 |
Color Harmonies of #762A73
Complementary color
Monochromatic Colors of #762A73
Black with #762A73
Text Example
Text Example
White with #762A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A73; }
p { color: rgb(118,42,115); }
H1.HeaderClassName
{
color: #762A73;
}
.AnyTagClassName
{
color: #762A73;
}
</style>
background-color css
<style>
a { background-color: #762A73; }
a { background-color: rgb(118,42,115); }
div.DivClassName
{
background-color: #762A73;
}
.BgClassName
{
background-color: #762A73;
}
</style>
border-color css
<style>
span { border-color: #762A73; }
span { border-color: rgb(118,42,115); }
td.TdClassName
{
border-color: #762A73;
}
.TagClassName
{
border-color: #762A73;
}
</style>