Html Css Color HEX #76227C Seance

📋 copy color: '#76227C'

red 118 ◦ green 34 ◦ blue 124

#76227C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #76227C

Tints of Seance #76227C

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 value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76227C (or 0x76227C) is known color: 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

RGB 118 34 124 -
CMYK 0.05 0.73 0 0.51
HSL 296º 0.57% 0.31% -
HSV(B) 296º 0.73% 0.49% -
XYZ 11.68 6.45 19.7 -
YUV 69.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 118 34 124 0.05 0.73 0 0.51 296 0.57 0.31
Hex 76 22 7C 5 49 0 33 128 39 1F
Octal 166 42 174 5 111 0 63 450 71 37
Binary 1110110 100010 1111100 101 1001001 0 110011 100101000 111001 11111

Color Harmonies of #76227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76227C

Black with #76227C

Text Example


Text Example

White with #76227C

Text Example


Text Example

HTML Codes & Css Web 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>