#76227C

Color #76227C Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #76227C

Tints of Seance #76227C

Color information

#76227C (or 0x76227C) is unknown color: approx Seance. HEX triplet: 76, 22 and 7C. RGB value is (118,34,124). Sum of RGB (Red+Green+Blue) = 118+34+124=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #76227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76227C is #89DD83. Grayscale: #454545. Windows color (decimal): -9035140 or 8135286. OLE color: 8135286.

HSL color Cylindrical-coordinate representation of color #76227C: hue angle of 296º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76227C is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11834124-
CMYK0.050.7300.51
HSL296º56.96%30.98%-
HSV(B)296º72.58%48.63%-
XYZ11.686.4519.7-
YUV69.38158.83162.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=42.75%
G=12.32%
B=44.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118341240.050.7300.5129656.9630.98
Hex76227C549033128391f
Octal1664217451110634507137
Binary111011010001011111001011001001011001110010100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76227C; }

 p { color: rgb(118,34,124); }

 H1.HeaderClassName
 {
   color: #76227C;
 }
 .AnyTagClassName
 {
   color: #76227C;
 }
</style>
background-color css

<style>
 a { background-color: #76227C; }

 a { background-color: rgb(118,34,124); }

 div.DivClassName
 {
   background-color: #76227C;
 }
 .BgClassName
 {
   background-color: #76227C;
 }
</style>
border-color css

<style>
 span { border-color: #76227C; }

 span { border-color: rgb(118,34,124); }

 td.TdClassName
 {
   border-color: #76227C;
 }
 .TagClassName
 {
   border-color: #76227C;
 }
</style>