#76336F

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

Shades of Seance #76336F

Tints of Seance #76336F

Color information

#76336F (or 0x76336F) is unknown color: approx Seance. HEX triplet: 76, 33 and 6F. RGB value is (118,51,111). Sum of RGB (Red+Green+Blue) = 118+51+111=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76336F is #89CC90. Grayscale: #4D4D4D. Windows color (decimal): -9030801 or 7287670. OLE color: 7287670.

HSL color Cylindrical-coordinate representation of color #76336F: hue angle of 306.27º 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 #76336F is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11851111-
CMYK00.570.060.54
HSL306.27º39.64%33.14%-
HSV(B)306.27º56.78%46.27%-
XYZ11.527.3715.85-
YUV77.87146.7156.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=42.14%
G=18.21%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185111100.570.060.54306.2739.6433.14
Hex76336F0396361322821
Octal166631570716664625041
Binary111011011001111011110111001110110110100110010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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