#76406E

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

Shades of Eminence #76406E

Tints of Eminence #76406E

Color information

#76406E (or 0x76406E) is unknown color: approx Eminence. HEX triplet: 76, 40 and 6E. RGB value is (118,64,110). Sum of RGB (Red+Green+Blue) = 118+64+110=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76406E is #89BF91. Grayscale: #555555. Windows color (decimal): -9027474 or 7225462. OLE color: 7225462.

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

Color convert

RGB11864110-
CMYK00.460.070.54
HSL308.89º29.67%35.69%-
HSV(B)308.89º45.76%46.27%-
XYZ12.128.6415.78-
YUV85.39141.89151.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=40.41%
G=21.92%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186411000.460.070.54308.8929.6735.69
Hex76406E02E7361351e24
Octal1661001560567664653644
Binary111011010000001101110010111011111011010011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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