#762871

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

Shades of Seance #762871

Tints of Seance #762871

Color information

#762871 (or 0x762871) is unknown color: approx Seance. HEX triplet: 76, 28 and 71. RGB value is (118,40,113). Sum of RGB (Red+Green+Blue) = 118+40+113=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #762871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762871 is #89D78E. Grayscale: #474747. Windows color (decimal): -9033615 or 7415926. OLE color: 7415926.

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

Color convert

RGB11840113-
CMYK00.660.040.54
HSL303.85º49.37%30.98%-
HSV(B)303.85º66.1%46.27%-
XYZ11.216.5616.3-
YUV71.64151.34161.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=43.54%
G=14.76%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184011300.660.040.54303.8549.3730.98
Hex762871042436130311f
Octal1665016101024664606137
Binary111011010100011100010100001010011011010011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762871; }

 p { color: rgb(118,40,113); }

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

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

 a { background-color: rgb(118,40,113); }

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

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

 span { border-color: rgb(118,40,113); }

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