Shades of Seance #772F70
Tints of Seance #772F70
RGB
CMYK
RGB Variations
Color information
#772F70 (or 0x772F70) is known color: Seance. HEX triplet: 77, 2F and 70. RGB value is (119,47,112). Sum of RGB (Red+Green+Blue) = 119+47+112=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #772F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F70 is #88D08F. Grayscale: #4B4B4B. Windows color (decimal): -8966288 or 7352183. OLE color: 7352183.
HSL color Cylindrical-coordinate representation of color #772F70: hue angle of 305.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F70 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 112 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.53 |
| HSL | 305.83º | 0.43% | 0.33% | - |
| HSV(B) | 305.83º | 0.61% | 0.47% | - |
| XYZ | 11.55 | 7.12 | 16.1 | - |
| YUV | 75.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 112 | 0 | 0.61 | 0.06 | 0.53 | 305.83 | 0.43 | 0.33 |
| Hex | 77 | 2F | 70 | 0 | 3D | 6 | 35 | 132 | 2B | 21 |
| Octal | 167 | 57 | 160 | 0 | 75 | 6 | 65 | 462 | 53 | 41 |
| Binary | 1110111 | 101111 | 1110000 | 0 | 111101 | 110 | 110101 | 100110010 | 101011 | 100001 |
Color Harmonies of #772F70
Complementary color
Monochromatic Colors of #772F70
Black with #772F70
Text Example
Text Example
White with #772F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F70; }
p { color: rgb(119,47,112); }
H1.HeaderClassName
{
color: #772F70;
}
.AnyTagClassName
{
color: #772F70;
}
</style>
background-color css
<style>
a { background-color: #772F70; }
a { background-color: rgb(119,47,112); }
div.DivClassName
{
background-color: #772F70;
}
.BgClassName
{
background-color: #772F70;
}
</style>
border-color css
<style>
span { border-color: #772F70; }
span { border-color: rgb(119,47,112); }
td.TdClassName
{
border-color: #772F70;
}
.TagClassName
{
border-color: #772F70;
}
</style>