#76407D

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

Shades of Eminence #76407D

Tints of Eminence #76407D

Color information

#76407D (or 0x76407D) is unknown color: approx Eminence. HEX triplet: 76, 40 and 7D. RGB value is (118,64,125). Sum of RGB (Red+Green+Blue) = 118+64+125=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #76407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76407D is #89BF82. Grayscale: #565656. Windows color (decimal): -9027459 or 8208502. OLE color: 8208502.

HSL color Cylindrical-coordinate representation of color #76407D: hue angle of 293.11º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76407D is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11864125-
CMYK0.060.4900.51
HSL293.11º32.28%37.06%-
HSV(B)293.11º48.8%49.02%-
XYZ13.01920.45-
YUV87.1149.39150.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=38.44%
G=20.85%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118641250.060.4900.51293.1132.2837.06
Hex76407D6310331252025
Octal1661001756610634454045
Binary1110110100000011111011101100010110011100100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,64,125); }

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

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

 a { background-color: rgb(118,64,125); }

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

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

 span { border-color: rgb(118,64,125); }

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