#76316E

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

Shades of Seance #76316E

Tints of Seance #76316E

Color information

#76316E (or 0x76316E) is unknown color: approx Seance. HEX triplet: 76, 31 and 6E. RGB value is (118,49,110). Sum of RGB (Red+Green+Blue) = 118+49+110=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76316E is #89CE91. Grayscale: #4C4C4C. Windows color (decimal): -9031314 or 7221622. OLE color: 7221622.

HSL color Cylindrical-coordinate representation of color #76316E: hue angle of 306.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76316E is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11849110-
CMYK00.580.070.54
HSL306.96º41.32%32.75%-
HSV(B)306.96º58.47%46.27%-
XYZ11.387.1715.54-
YUV76.58146.86157.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=42.60%
G=17.69%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184911000.580.070.54306.9641.3232.75
Hex76316E03A7361332921
Octal166611560727664635141
Binary111011011000111011100111010111110110100110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76316E; }

 p { color: rgb(118,49,110); }

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

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

 a { background-color: rgb(118,49,110); }

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

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

 span { border-color: rgb(118,49,110); }

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