#76376F

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

Shades of Eminence #76376F

Tints of Eminence #76376F

Color information

#76376F (or 0x76376F) is unknown color: approx Eminence. HEX triplet: 76, 37 and 6F. RGB value is (118,55,111). Sum of RGB (Red+Green+Blue) = 118+55+111=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76376F is #89C890. Grayscale: #505050. Windows color (decimal): -9029777 or 7288694. OLE color: 7288694.

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

Color convert

RGB11855111-
CMYK00.530.060.54
HSL306.67º36.42%33.92%-
HSV(B)306.67º53.39%46.27%-
XYZ11.717.7315.91-
YUV80.22145.37154.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=41.55%
G=19.37%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185511100.530.060.54306.6736.4233.92
Hex76376F0356361332422
Octal166671570656664634442
Binary111011011011111011110110101110110110100110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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