Shades of Seance #772D72
Tints of Seance #772D72
RGB
CMYK
RGB Variations
Color information
#772D72 (or 0x772D72) is known color: Seance. HEX triplet: 77, 2D and 72. RGB value is (119,45,114). Sum of RGB (Red+Green+Blue) = 119+45+114=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #772D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D72 is #88D28D. Grayscale: #4A4A4A. Windows color (decimal): -8966798 or 7482743. OLE color: 7482743.
HSL color Cylindrical-coordinate representation of color #772D72: hue angle of 304.05º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D72 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 114 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.53 |
| HSL | 304.05º | 0.45% | 0.32% | - |
| HSV(B) | 304.05º | 0.62% | 0.47% | - |
| XYZ | 11.58 | 7.01 | 16.66 | - |
| YUV | 74.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 114 | 0 | 0.62 | 0.04 | 0.53 | 304.05 | 0.45 | 0.32 |
| Hex | 77 | 2D | 72 | 0 | 3E | 4 | 35 | 130 | 2D | 20 |
| Octal | 167 | 55 | 162 | 0 | 76 | 4 | 65 | 460 | 55 | 40 |
| Binary | 1110111 | 101101 | 1110010 | 0 | 111110 | 100 | 110101 | 100110000 | 101101 | 100000 |
Color Harmonies of #772D72
Complementary color
Monochromatic Colors of #772D72
Black with #772D72
Text Example
Text Example
White with #772D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D72; }
p { color: rgb(119,45,114); }
H1.HeaderClassName
{
color: #772D72;
}
.AnyTagClassName
{
color: #772D72;
}
</style>
background-color css
<style>
a { background-color: #772D72; }
a { background-color: rgb(119,45,114); }
div.DivClassName
{
background-color: #772D72;
}
.BgClassName
{
background-color: #772D72;
}
</style>
border-color css
<style>
span { border-color: #772D72; }
span { border-color: rgb(119,45,114); }
td.TdClassName
{
border-color: #772D72;
}
.TagClassName
{
border-color: #772D72;
}
</style>