Shades of Seance #762C73
Tints of Seance #762C73
RGB
CMYK
RGB Variations
Color information
#762C73 (or 0x762C73) is known color: Seance. HEX triplet: 76, 2C and 73. RGB value is (118,44,115). Sum of RGB (Red+Green+Blue) = 118+44+115=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #762C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C73 is #89D38C. Grayscale: #4A4A4A. Windows color (decimal): -9032589 or 7548022. OLE color: 7548022.
HSL color Cylindrical-coordinate representation of color #762C73: hue angle of 302.43º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C73 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 115 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.54 |
| HSL | 302.43º | 0.46% | 0.32% | - |
| HSV(B) | 302.43º | 0.63% | 0.46% | - |
| XYZ | 11.47 | 6.89 | 16.95 | - |
| YUV | 74.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 115 | 0 | 0.63 | 0.03 | 0.54 | 302.43 | 0.46 | 0.32 |
| Hex | 76 | 2C | 73 | 0 | 3F | 3 | 36 | 12E | 2E | 20 |
| Octal | 166 | 54 | 163 | 0 | 77 | 3 | 66 | 456 | 56 | 40 |
| Binary | 1110110 | 101100 | 1110011 | 0 | 111111 | 11 | 110110 | 100101110 | 101110 | 100000 |
Color Harmonies of #762C73
Complementary color
Monochromatic Colors of #762C73
Black with #762C73
Text Example
Text Example
White with #762C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C73; }
p { color: rgb(118,44,115); }
H1.HeaderClassName
{
color: #762C73;
}
.AnyTagClassName
{
color: #762C73;
}
</style>
background-color css
<style>
a { background-color: #762C73; }
a { background-color: rgb(118,44,115); }
div.DivClassName
{
background-color: #762C73;
}
.BgClassName
{
background-color: #762C73;
}
</style>
border-color css
<style>
span { border-color: #762C73; }
span { border-color: rgb(118,44,115); }
td.TdClassName
{
border-color: #762C73;
}
.TagClassName
{
border-color: #762C73;
}
</style>