#76346E

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

Shades of Seance #76346E

Tints of Seance #76346E

Color information

#76346E (or 0x76346E) is unknown color: approx Seance. HEX triplet: 76, 34 and 6E. RGB value is (118,52,110). Sum of RGB (Red+Green+Blue) = 118+52+110=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346E is #89CB91. Grayscale: #4E4E4E. Windows color (decimal): -9030546 or 7222390. OLE color: 7222390.

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

Color convert

RGB11852110-
CMYK00.560.070.54
HSL307.27º38.82%33.33%-
HSV(B)307.27º55.93%46.27%-
XYZ11.517.4315.58-
YUV78.35145.87156.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=42.14%
G=18.57%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185211000.560.070.54307.2738.8233.33
Hex76346E0387361332721
Octal166641560707664634741
Binary111011011010011011100111000111110110100110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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