#74456E

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

Shades of Eminence #74456E

Tints of Eminence #74456E

Color information

#74456E (or 0x74456E) is unknown color: approx Eminence. HEX triplet: 74, 45 and 6E. RGB value is (116,69,110). Sum of RGB (Red+Green+Blue) = 116+69+110=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74456E is #8BBA91. Grayscale: #575757. Windows color (decimal): -9157266 or 7226740. OLE color: 7226740.

HSL color Cylindrical-coordinate representation of color #74456E: hue angle of 307.66º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74456E is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11669110-
CMYK00.410.050.55
HSL307.66º25.41%36.27%-
HSV(B)307.66º40.52%45.49%-
XYZ12.159.115.87-
YUV87.73140.57148.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=39.32%
G=23.39%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166911000.410.050.55307.6625.4136.27
Hex74456E0295371341924
Octal1641051560515674643144
Binary111010010001011101110010100110111011110011010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74456E; }

 p { color: rgb(116,69,110); }

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

<style>
 a { background-color: #74456E; }

 a { background-color: rgb(116,69,110); }

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

<style>
 span { border-color: #74456E; }

 span { border-color: rgb(116,69,110); }

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