#76376D

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

Shades of Eminence #76376D

Tints of Eminence #76376D

Color information

#76376D (or 0x76376D) is unknown color: approx Eminence. HEX triplet: 76, 37 and 6D. RGB value is (118,55,109). Sum of RGB (Red+Green+Blue) = 118+55+109=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76376D is #89C892. Grayscale: #4F4F4F. Windows color (decimal): -9029779 or 7157622. OLE color: 7157622.

HSL color Cylindrical-coordinate representation of color #76376D: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76376D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11855109-
CMYK00.530.080.54
HSL308.57º36.42%33.92%-
HSV(B)308.57º53.39%46.27%-
XYZ11.67.6915.34-
YUV79.99144.37155.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=41.84%
G=19.50%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185510900.530.080.54308.5736.4233.92
Hex76376D0358361352422
Octal1666715506510664654442
Binary1110110110111110110101101011000110110100110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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