#77336E

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

Shades of Seance #77336E

Tints of Seance #77336E

Color information

#77336E (or 0x77336E) is unknown color: approx Seance. HEX triplet: 77, 33 and 6E. RGB value is (119,51,110). Sum of RGB (Red+Green+Blue) = 119+51+110=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77336E is #88CC91. Grayscale: #4D4D4D. Windows color (decimal): -8965266 or 7222135. OLE color: 7222135.

HSL color Cylindrical-coordinate representation of color #77336E: hue angle of 307.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77336E is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11951110-
CMYK00.570.080.53
HSL307.94º40%33.33%-
HSV(B)307.94º57.14%46.67%-
XYZ11.617.4215.57-
YUV78.06146.03157.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=42.5%
G=18.21%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195111000.570.080.53307.944033.33
Hex77336E0398351342821
Octal1676315607110654645041
Binary1110111110011110111001110011000110101100110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77336E; }

 p { color: rgb(119,51,110); }

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

<style>
 a { background-color: #77336E; }

 a { background-color: rgb(119,51,110); }

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

<style>
 span { border-color: #77336E; }

 span { border-color: rgb(119,51,110); }

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