#763070

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

Shades of Seance #763070

Tints of Seance #763070

Color information

#763070 (or 0x763070) is unknown color: approx Seance. HEX triplet: 76, 30 and 70. RGB value is (118,48,112). Sum of RGB (Red+Green+Blue) = 118+48+112=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #763070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763070 is #89CF8F. Grayscale: #4C4C4C. Windows color (decimal): -9031568 or 7352438. OLE color: 7352438.

HSL color Cylindrical-coordinate representation of color #763070: hue angle of 305.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763070 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11848112-
CMYK00.590.050.54
HSL305.14º42.17%32.55%-
HSV(B)305.14º59.32%46.27%-
XYZ11.457.1416.1-
YUV76.23148.19157.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=42.45%
G=17.27%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184811200.590.050.54305.1442.1732.55
Hex76307003B5361312a21
Octal166601600735664615241
Binary111011011000011100000111011101110110100110001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763070; }

 p { color: rgb(118,48,112); }

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

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

 a { background-color: rgb(118,48,112); }

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

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

 span { border-color: rgb(118,48,112); }

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