#772D73

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

Shades of Seance #772D73

Tints of Seance #772D73

Color information

#772D73 (or 0x772D73) is unknown color: approx Seance. HEX triplet: 77, 2D and 73. RGB value is (119,45,115). Sum of RGB (Red+Green+Blue) = 119+45+115=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #772D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D73 is #88D28C. Grayscale: #4A4A4A. Windows color (decimal): -8966797 or 7548279. OLE color: 7548279.

HSL color Cylindrical-coordinate representation of color #772D73: hue angle of 303.24º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D73 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11945115-
CMYK00.620.030.53
HSL303.24º45.12%32.16%-
HSV(B)303.24º62.18%46.67%-
XYZ11.647.0416.96-
YUV75.11150.52159.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=42.65%
G=16.13%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194511500.620.030.53303.2445.1232.16
Hex772D7303E33512f2d20
Octal167551630763654575540
Binary11101111011011110011011111011110101100101111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772D73; }

 p { color: rgb(119,45,115); }

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

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

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

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

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

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

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