#74426E

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

Shades of Eminence #74426E

Tints of Eminence #74426E

Color information

#74426E (or 0x74426E) is unknown color: approx Eminence. HEX triplet: 74, 42 and 6E. RGB value is (116,66,110). Sum of RGB (Red+Green+Blue) = 116+66+110=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74426E is #8BBD91. Grayscale: #555555. Windows color (decimal): -9158034 or 7225972. OLE color: 7225972.

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

Color convert

RGB11666110-
CMYK00.430.050.55
HSL307.2º27.47%35.69%-
HSV(B)307.2º43.1%45.49%-
XYZ11.978.7415.81-
YUV85.97141.56149.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=39.73%
G=22.60%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166611000.430.050.55307.227.4735.69
Hex74426E02B5371331b24
Octal1641021560535674633344
Binary111010010000101101110010101110111011110011001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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