Shades of Seance #77306F
Tints of Seance #77306F
RGB
CMYK
RGB Variations
Color information
#77306F (or 0x77306F) is known color: Seance. HEX triplet: 77, 30 and 6F. RGB value is (119,48,111). Sum of RGB (Red+Green+Blue) = 119+48+111=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77306F is #88CF90. Grayscale: #4C4C4C. Windows color (decimal): -8966033 or 7286903. OLE color: 7286903.
HSL color Cylindrical-coordinate representation of color #77306F: hue angle of 306.76º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77306F is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 111 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.53 |
| HSL | 306.76º | 0.43% | 0.33% | - |
| HSV(B) | 306.76º | 0.6% | 0.47% | - |
| XYZ | 11.53 | 7.18 | 15.82 | - |
| YUV | 76.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 111 | 0 | 0.60 | 0.07 | 0.53 | 306.76 | 0.43 | 0.33 |
| Hex | 77 | 30 | 6F | 0 | 3C | 7 | 35 | 133 | 2B | 21 |
| Octal | 167 | 60 | 157 | 0 | 74 | 7 | 65 | 463 | 53 | 41 |
| Binary | 1110111 | 110000 | 1101111 | 0 | 111100 | 111 | 110101 | 100110011 | 101011 | 100001 |
Color Harmonies of #77306F
Complementary color
Monochromatic Colors of #77306F
Black with #77306F
Text Example
Text Example
White with #77306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77306F; }
p { color: rgb(119,48,111); }
H1.HeaderClassName
{
color: #77306F;
}
.AnyTagClassName
{
color: #77306F;
}
</style>
background-color css
<style>
a { background-color: #77306F; }
a { background-color: rgb(119,48,111); }
div.DivClassName
{
background-color: #77306F;
}
.BgClassName
{
background-color: #77306F;
}
</style>
border-color css
<style>
span { border-color: #77306F; }
span { border-color: rgb(119,48,111); }
td.TdClassName
{
border-color: #77306F;
}
.TagClassName
{
border-color: #77306F;
}
</style>