Shades of Seance #72376C
Tints of Seance #72376C
RGB
CMYK
RGB Variations
Color information
#72376C (or 0x72376C) is known color: Seance. HEX triplet: 72, 37 and 6C. RGB value is (114,55,108). Sum of RGB (Red+Green+Blue) = 114+55+108=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72376C is #8DC893. Grayscale: #4E4E4E. Windows color (decimal): -9291924 or 7092082. OLE color: 7092082.
HSL color Cylindrical-coordinate representation of color #72376C: hue angle of 306.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72376C is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 108 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.55 |
| HSL | 306.1º | 0.35% | 0.33% | - |
| HSV(B) | 306.1º | 0.52% | 0.45% | - |
| XYZ | 11.01 | 7.39 | 15.03 | - |
| YUV | 78.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 108 | 0 | 0.52 | 0.05 | 0.55 | 306.1 | 0.35 | 0.33 |
| Hex | 72 | 37 | 6C | 0 | 34 | 5 | 37 | 132 | 23 | 21 |
| Octal | 162 | 67 | 154 | 0 | 64 | 5 | 67 | 462 | 43 | 41 |
| Binary | 1110010 | 110111 | 1101100 | 0 | 110100 | 101 | 110111 | 100110010 | 100011 | 100001 |
Color Harmonies of #72376C
Complementary color
Monochromatic Colors of #72376C
Black with #72376C
Text Example
Text Example
White with #72376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72376C; }
p { color: rgb(114,55,108); }
H1.HeaderClassName
{
color: #72376C;
}
.AnyTagClassName
{
color: #72376C;
}
</style>
background-color css
<style>
a { background-color: #72376C; }
a { background-color: rgb(114,55,108); }
div.DivClassName
{
background-color: #72376C;
}
.BgClassName
{
background-color: #72376C;
}
</style>
border-color css
<style>
span { border-color: #72376C; }
span { border-color: rgb(114,55,108); }
td.TdClassName
{
border-color: #72376C;
}
.TagClassName
{
border-color: #72376C;
}
</style>