Shades of Seance #772A73
Tints of Seance #772A73
RGB
CMYK
RGB Variations
Color information
#772A73 (or 0x772A73) is known color: Seance. HEX triplet: 77, 2A and 73. RGB value is (119,42,115). Sum of RGB (Red+Green+Blue) = 119+42+115=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #772A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A73 is #88D58C. Grayscale: #494949. Windows color (decimal): -8967565 or 7547511. OLE color: 7547511.
HSL color Cylindrical-coordinate representation of color #772A73: hue angle of 303.12º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A73 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 115 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.53 |
| HSL | 303.12º | 0.48% | 0.32% | - |
| HSV(B) | 303.12º | 0.65% | 0.47% | - |
| XYZ | 11.53 | 6.82 | 16.93 | - |
| YUV | 73.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 115 | 0 | 0.65 | 0.03 | 0.53 | 303.12 | 0.48 | 0.32 |
| Hex | 77 | 2A | 73 | 0 | 41 | 3 | 35 | 12F | 30 | 20 |
| Octal | 167 | 52 | 163 | 0 | 101 | 3 | 65 | 457 | 60 | 40 |
| Binary | 1110111 | 101010 | 1110011 | 0 | 1000001 | 11 | 110101 | 100101111 | 110000 | 100000 |
Color Harmonies of #772A73
Complementary color
Monochromatic Colors of #772A73
Black with #772A73
Text Example
Text Example
White with #772A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A73; }
p { color: rgb(119,42,115); }
H1.HeaderClassName
{
color: #772A73;
}
.AnyTagClassName
{
color: #772A73;
}
</style>
background-color css
<style>
a { background-color: #772A73; }
a { background-color: rgb(119,42,115); }
div.DivClassName
{
background-color: #772A73;
}
.BgClassName
{
background-color: #772A73;
}
</style>
border-color css
<style>
span { border-color: #772A73; }
span { border-color: rgb(119,42,115); }
td.TdClassName
{
border-color: #772A73;
}
.TagClassName
{
border-color: #772A73;
}
</style>