#772977

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

Shades of Seance #772977

Tints of Seance #772977

Color information

#772977 (or 0x772977) is unknown color: approx Seance. HEX triplet: 77, 29 and 77. RGB value is (119,41,119). Sum of RGB (Red+Green+Blue) = 119+41+119=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #772977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772977 is #88D688. Grayscale: #484848. Windows color (decimal): -8967817 or 7809399. OLE color: 7809399.

HSL color Cylindrical-coordinate representation of color #772977: hue angle of 300º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772977 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11941119-
CMYK00.6600.53
HSL300º48.75%31.37%-
HSV(B)300º65.55%46.67%-
XYZ11.736.8418.15-
YUV73.21153.84160.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=42.65%
G=14.70%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194111900.6600.5330048.7531.37
Hex77297704203512c311f
Octal1675116701020654546137
Binary1110111101001111011101000010011010110010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772977; }

 p { color: rgb(119,41,119); }

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

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

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

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

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

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

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