#772C72

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

Shades of Seance #772C72

Tints of Seance #772C72

Color information

#772C72 (or 0x772C72) is unknown color: approx Seance. HEX triplet: 77, 2C and 72. RGB value is (119,44,114). Sum of RGB (Red+Green+Blue) = 119+44+114=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #772C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C72 is #88D38D. Grayscale: #4A4A4A. Windows color (decimal): -8967054 or 7482487. OLE color: 7482487.

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

Color convert

RGB11944114-
CMYK00.630.040.53
HSL304º46.01%31.96%-
HSV(B)304º63.03%46.67%-
XYZ11.556.9416.65-
YUV74.4150.35159.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=42.96%
G=15.88%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194411400.630.040.5330446.0131.96
Hex772C7203F4351302e20
Octal167541620774654605640
Binary111011110110011100100111111100110101100110000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,114); }

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

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

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

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

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

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

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