#76476D

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

Shades of Eminence #76476D

Tints of Eminence #76476D

Color information

#76476D (or 0x76476D) is unknown color: approx Eminence. HEX triplet: 76, 47 and 6D. RGB value is (118,71,109). Sum of RGB (Red+Green+Blue) = 118+71+109=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76476D is #89B892. Grayscale: #595959. Windows color (decimal): -9025683 or 7161718. OLE color: 7161718.

HSL color Cylindrical-coordinate representation of color #76476D: hue angle of 311.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76476D is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11871109-
CMYK00.400.080.54
HSL311.49º24.87%37.06%-
HSV(B)311.49º39.83%46.27%-
XYZ12.489.4615.64-
YUV89.38139.07148.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=39.60%
G=23.83%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187110900.400.080.54311.4924.8737.06
Hex76476D0288361371925
Octal16610715505010664673145
Binary1110110100011111011010101000100011011010011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76476D; }

 p { color: rgb(118,71,109); }

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

<style>
 a { background-color: #76476D; }

 a { background-color: rgb(118,71,109); }

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

<style>
 span { border-color: #76476D; }

 span { border-color: rgb(118,71,109); }

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