#76456F

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

Shades of Eminence #76456F

Tints of Eminence #76456F

Color information

#76456F (or 0x76456F) is unknown color: approx Eminence. HEX triplet: 76, 45 and 6F. RGB value is (118,69,111). Sum of RGB (Red+Green+Blue) = 118+69+111=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76456F is #89BA90. Grayscale: #585858. Windows color (decimal): -9026193 or 7292278. OLE color: 7292278.

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

Color convert

RGB11869111-
CMYK00.420.060.54
HSL308.57º26.2%36.67%-
HSV(B)308.57º41.53%46.27%-
XYZ12.479.2616.17-
YUV88.44140.73149.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=39.60%
G=23.15%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186911100.420.060.54308.5726.236.67
Hex76456F02A6361351a25
Octal1661051570526664653245
Binary111011010001011101111010101011011011010011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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