#76477B

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

Shades of Eminence #76477B

Tints of Eminence #76477B

Color information

#76477B (or 0x76477B) is unknown color: approx Eminence. HEX triplet: 76, 47 and 7B. RGB value is (118,71,123). Sum of RGB (Red+Green+Blue) = 118+71+123=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #76477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76477B is #89B884. Grayscale: #5A5A5A. Windows color (decimal): -9025669 or 8079222. OLE color: 8079222.

HSL color Cylindrical-coordinate representation of color #76477B: hue angle of 294.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76477B is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11871123-
CMYK0.040.4200.52
HSL294.23º26.8%38.04%-
HSV(B)294.23º42.28%48.24%-
XYZ13.39.7919.93-
YUV90.98146.07147.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=37.82%
G=22.76%
B=39.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118711230.040.4200.52294.2326.838.04
Hex76477B42A0341261b26
Octal1661071734520644463346
Binary111011010001111111011100101010011010010010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76477B; }

 p { color: rgb(118,71,123); }

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

<style>
 a { background-color: #76477B; }

 a { background-color: rgb(118,71,123); }

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

<style>
 span { border-color: #76477B; }

 span { border-color: rgb(118,71,123); }

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