#76427D

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

Shades of Eminence #76427D

Tints of Eminence #76427D

Color information

#76427D (or 0x76427D) is unknown color: approx Eminence. HEX triplet: 76, 42 and 7D. RGB value is (118,66,125). Sum of RGB (Red+Green+Blue) = 118+66+125=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #76427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76427D is #89BD82. Grayscale: #585858. Windows color (decimal): -9026947 or 8209014. OLE color: 8209014.

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

Color convert

RGB11866125-
CMYK0.060.4700.51
HSL292.88º30.89%37.45%-
HSV(B)292.88º47.2%49.02%-
XYZ13.129.2320.49-
YUV88.27148.73149.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=38.19%
G=21.36%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118661250.060.4700.51292.8830.8937.45
Hex76427D62F0331251f25
Octal1661021756570634453745
Binary111011010000101111101110101111011001110010010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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