#762870

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

Shades of Seance #762870

Tints of Seance #762870

Color information

#762870 (or 0x762870) is unknown color: approx Seance. HEX triplet: 76, 28 and 70. RGB value is (118,40,112). Sum of RGB (Red+Green+Blue) = 118+40+112=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762870 is #89D78F. Grayscale: #474747. Windows color (decimal): -9033616 or 7350390. OLE color: 7350390.

HSL color Cylindrical-coordinate representation of color #762870: hue angle of 304.62º 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 #762870 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11840112-
CMYK00.660.050.54
HSL304.62º49.37%30.98%-
HSV(B)304.62º66.1%46.27%-
XYZ11.156.5416-
YUV71.53150.84161.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=43.70%
G=14.81%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184011200.660.050.54304.6249.3730.98
Hex762870042536131311f
Octal1665016001025664616137
Binary111011010100011100000100001010111011010011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762870; }

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

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

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

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

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

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

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

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