#74477A

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

Shades of Eminence #74477A

Tints of Eminence #74477A

Color information

#74477A (or 0x74477A) is unknown color: approx Eminence. HEX triplet: 74, 47 and 7A. RGB value is (116,71,122). Sum of RGB (Red+Green+Blue) = 116+71+122=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #74477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74477A is #8BB885. Grayscale: #5A5A5A. Windows color (decimal): -9156742 or 8013684. OLE color: 8013684.

HSL color Cylindrical-coordinate representation of color #74477A: hue angle of 292.94º degrees, saturation: 0.26, 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 #74477A is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11671122-
CMYK0.050.4200.52
HSL292.94º26.42%37.84%-
HSV(B)292.94º41.8%47.84%-
XYZ12.979.6219.59-
YUV90.27145.91146.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=37.54%
G=22.98%
B=39.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116711220.050.4200.52292.9426.4237.84
Hex74477A52A0341251a26
Octal1641071725520644453246
Binary111010010001111111010101101010011010010010010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74477A; }

 p { color: rgb(116,71,122); }

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

<style>
 a { background-color: #74477A; }

 a { background-color: rgb(116,71,122); }

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

<style>
 span { border-color: #74477A; }

 span { border-color: rgb(116,71,122); }

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