#76446E

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

Shades of Eminence #76446E

Tints of Eminence #76446E

Color information

#76446E (or 0x76446E) is unknown color: approx Eminence. HEX triplet: 76, 44 and 6E. RGB value is (118,68,110). Sum of RGB (Red+Green+Blue) = 118+68+110=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76446E is #89BB91. Grayscale: #575757. Windows color (decimal): -9026450 or 7226486. OLE color: 7226486.

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

Color convert

RGB11868110-
CMYK00.420.070.54
HSL309.6º26.88%36.47%-
HSV(B)309.6º42.37%46.27%-
XYZ12.359.1115.86-
YUV87.74140.56149.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=39.86%
G=22.97%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186811000.420.070.54309.626.8836.47
Hex76446E02A7361361b24
Octal1661041560527664663344
Binary111011010001001101110010101011111011010011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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