#76426E

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

Shades of Eminence #76426E

Tints of Eminence #76426E

Color information

#76426E (or 0x76426E) is unknown color: approx Eminence. HEX triplet: 76, 42 and 6E. RGB value is (118,66,110). Sum of RGB (Red+Green+Blue) = 118+66+110=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76426E is #89BD91. Grayscale: #565656. Windows color (decimal): -9026962 or 7225974. OLE color: 7225974.

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

Color convert

RGB11866110-
CMYK00.440.070.54
HSL309.23º28.26%36.08%-
HSV(B)309.23º44.07%46.27%-
XYZ12.238.8715.82-
YUV86.56141.23150.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=40.14%
G=22.45%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186611000.440.070.54309.2328.2636.08
Hex76426E02C7361351c24
Octal1661021560547664653444
Binary111011010000101101110010110011111011010011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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