#76456E

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

Shades of Eminence #76456E

Tints of Eminence #76456E

Color information

#76456E (or 0x76456E) is unknown color: approx Eminence. HEX triplet: 76, 45 and 6E. RGB value is (118,69,110). Sum of RGB (Red+Green+Blue) = 118+69+110=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76456E is #89BA91. Grayscale: #585858. Windows color (decimal): -9026194 or 7226742. OLE color: 7226742.

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

Color convert

RGB11869110-
CMYK00.420.070.54
HSL309.8º26.2%36.67%-
HSV(B)309.8º41.53%46.27%-
XYZ12.419.2315.88-
YUV88.32140.23149.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=39.73%
G=23.23%
B=37.04%

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
Decimal1186911000.420.070.54309.826.236.67
Hex76456E02A7361361a25
Octal1661051560527664663245
Binary111011010001011101110010101011111011010011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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