#76457D

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

Shades of Eminence #76457D

Tints of Eminence #76457D

Color information

#76457D (or 0x76457D) is unknown color: approx Eminence. HEX triplet: 76, 45 and 7D. RGB value is (118,69,125). Sum of RGB (Red+Green+Blue) = 118+69+125=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #76457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76457D is #89BA82. Grayscale: #595959. Windows color (decimal): -9026179 or 8209782. OLE color: 8209782.

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

Color convert

RGB11869125-
CMYK0.060.4500.51
HSL292.5º28.87%38.04%-
HSV(B)292.5º44.8%49.02%-
XYZ13.39.5920.55-
YUV90.04147.73147.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=37.82%
G=22.12%
B=40.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118691250.060.4500.51292.528.8738.04
Hex76457D62D0331241d26
Octal1661051756550634443546
Binary111011010001011111101110101101011001110010010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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