#762C72

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

Shades of Seance #762C72

Tints of Seance #762C72

Color information

#762C72 (or 0x762C72) is unknown color: approx Seance. HEX triplet: 76, 2C and 72. RGB value is (118,44,114). Sum of RGB (Red+Green+Blue) = 118+44+114=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #762C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C72 is #89D38D. Grayscale: #494949. Windows color (decimal): -9032590 or 7482486. OLE color: 7482486.

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

Color convert

RGB11844114-
CMYK00.630.030.54
HSL303.24º45.68%31.76%-
HSV(B)303.24º62.71%46.27%-
XYZ11.416.8716.64-
YUV74.11150.52159.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=42.75%
G=15.94%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184411400.630.030.54303.2445.6831.76
Hex762C7203F33612f2e20
Octal166541620773664575640
Binary11101101011001110010011111111110110100101111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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