#76356E

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

Shades of Eminence #76356E

Tints of Eminence #76356E

Color information

#76356E (or 0x76356E) is unknown color: approx Eminence. HEX triplet: 76, 35 and 6E. RGB value is (118,53,110). Sum of RGB (Red+Green+Blue) = 118+53+110=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76356E is #89CA91. Grayscale: #4E4E4E. Windows color (decimal): -9030290 or 7222646. OLE color: 7222646.

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

Color convert

RGB11853110-
CMYK00.550.070.54
HSL307.38º38.01%33.53%-
HSV(B)307.38º55.08%46.27%-
XYZ11.567.5215.59-
YUV78.93145.53155.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=41.99%
G=18.86%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185311000.550.070.54307.3838.0133.53
Hex76356E0377361332622
Octal166651560677664634642
Binary111011011010111011100110111111110110100110011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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