#76456C

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

Shades of Eminence #76456C

Tints of Eminence #76456C

Color information

#76456C (or 0x76456C) is unknown color: approx Eminence. HEX triplet: 76, 45 and 6C. RGB value is (118,69,108). Sum of RGB (Red+Green+Blue) = 118+69+108=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76456C is #89BA93. Grayscale: #575757. Windows color (decimal): -9026196 or 7095670. OLE color: 7095670.

HSL color Cylindrical-coordinate representation of color #76456C: hue angle of 312.24º 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 #76456C is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11869108-
CMYK00.420.080.54
HSL312.24º26.2%36.67%-
HSV(B)312.24º41.53%46.27%-
XYZ12.319.1915.31-
YUV88.1139.23149.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=40%
G=23.39%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186910800.420.080.54312.2426.236.67
Hex76456C02A8361381a25
Octal16610515405210664703245
Binary1110110100010111011000101010100011011010011100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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