#76336E

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

Shades of Seance #76336E

Tints of Seance #76336E

Color information

#76336E (or 0x76336E) is unknown color: approx Seance. HEX triplet: 76, 33 and 6E. RGB value is (118,51,110). Sum of RGB (Red+Green+Blue) = 118+51+110=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76336E is #89CC91. Grayscale: #4D4D4D. Windows color (decimal): -9030802 or 7222134. OLE color: 7222134.

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

Color convert

RGB11851110-
CMYK00.570.070.54
HSL307.16º39.64%33.14%-
HSV(B)307.16º56.78%46.27%-
XYZ11.477.3415.57-
YUV77.76146.2156.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=42.29%
G=18.28%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185111000.570.070.54307.1639.6433.14
Hex76336E0397361332821
Octal166631560717664635041
Binary111011011001111011100111001111110110100110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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