#762E73

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

Shades of Seance #762E73

Tints of Seance #762E73

Color information

#762E73 (or 0x762E73) is unknown color: approx Seance. HEX triplet: 76, 2E and 73. RGB value is (118,46,115). Sum of RGB (Red+Green+Blue) = 118+46+115=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #762E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E73 is #89D18C. Grayscale: #4B4B4B. Windows color (decimal): -9032077 or 7548534. OLE color: 7548534.

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

Color convert

RGB11846115-
CMYK00.610.030.54
HSL302.5º43.9%32.16%-
HSV(B)302.5º61.02%46.27%-
XYZ11.547.0416.97-
YUV75.39150.35158.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=42.29%
G=16.49%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184611500.610.030.54302.543.932.16
Hex762E7303D33612e2c20
Octal166561630753664565440
Binary11101101011101110011011110111110110100101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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