#762C73

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

Shades of Seance #762C73

Tints of Seance #762C73

Color information

#762C73 (or 0x762C73) is unknown color: approx Seance. HEX triplet: 76, 2C and 73. RGB value is (118,44,115). Sum of RGB (Red+Green+Blue) = 118+44+115=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #762C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C73 is #89D38C. Grayscale: #4A4A4A. Windows color (decimal): -9032589 or 7548022. OLE color: 7548022.

HSL color Cylindrical-coordinate representation of color #762C73: hue angle of 302.43º 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 #762C73 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11844115-
CMYK00.630.030.54
HSL302.43º45.68%31.76%-
HSV(B)302.43º62.71%46.27%-
XYZ11.476.8916.95-
YUV74.22151.02159.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=42.60%
G=15.88%
B=41.52%

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
Decimal1184411500.630.030.54302.4345.6831.76
Hex762C7303F33612e2e20
Octal166541630773664565640
Binary11101101011001110011011111111110110100101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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