#762773

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

Shades of Seance #762773

Tints of Seance #762773

Color information

#762773 (or 0x762773) is unknown color: approx Seance. HEX triplet: 76, 27 and 73. RGB value is (118,39,115). Sum of RGB (Red+Green+Blue) = 118+39+115=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762773 is #89D88C. Grayscale: #474747. Windows color (decimal): -9033869 or 7546742. OLE color: 7546742.

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

Color convert

RGB11839115-
CMYK00.670.030.54
HSL302.28º50.32%30.78%-
HSV(B)302.28º66.95%46.27%-
XYZ11.296.5416.89-
YUV71.28152.67161.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=43.38%
G=14.34%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183911500.670.030.54302.2850.3230.78
Hex76277304333612e321f
Octal1664716301033664566237
Binary11101101001111110011010000111111011010010111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762773; }

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

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

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

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

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

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

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

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