Shades of Seance #76267B
Tints of Seance #76267B
RGB
CMYK
RGB Variations
Color information
#76267B (or 0x76267B) is known color: Seance. HEX triplet: 76, 26 and 7B. RGB value is (118,38,123). Sum of RGB (Red+Green+Blue) = 118+38+123=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #76267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76267B is #89D984. Grayscale: #474747. Windows color (decimal): -9034117 or 8070774. OLE color: 8070774.
HSL color Cylindrical-coordinate representation of color #76267B: hue angle of 296.47º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76267B is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 38 | 123 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.52 |
| HSL | 296.47º | 0.53% | 0.32% | - |
| HSV(B) | 296.47º | 0.69% | 0.48% | - |
| XYZ | 11.74 | 6.67 | 19.41 | - |
| YUV | 71.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 123 | 0.04 | 0.69 | 0 | 0.52 | 296.47 | 0.53 | 0.32 |
| Hex | 76 | 26 | 7B | 4 | 45 | 0 | 34 | 128 | 35 | 20 |
| Octal | 166 | 46 | 173 | 4 | 105 | 0 | 64 | 450 | 65 | 40 |
| Binary | 1110110 | 100110 | 1111011 | 100 | 1000101 | 0 | 110100 | 100101000 | 110101 | 100000 |
Color Harmonies of #76267B
Complementary color
Monochromatic Colors of #76267B
Black with #76267B
Text Example
Text Example
White with #76267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76267B; }
p { color: rgb(118,38,123); }
H1.HeaderClassName
{
color: #76267B;
}
.AnyTagClassName
{
color: #76267B;
}
</style>
background-color css
<style>
a { background-color: #76267B; }
a { background-color: rgb(118,38,123); }
div.DivClassName
{
background-color: #76267B;
}
.BgClassName
{
background-color: #76267B;
}
</style>
border-color css
<style>
span { border-color: #76267B; }
span { border-color: rgb(118,38,123); }
td.TdClassName
{
border-color: #76267B;
}
.TagClassName
{
border-color: #76267B;
}
</style>