#74436A

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

Shades of Eminence #74436A

Tints of Eminence #74436A

Color information

#74436A (or 0x74436A) is unknown color: approx Eminence. HEX triplet: 74, 43 and 6A. RGB value is (116,67,106). Sum of RGB (Red+Green+Blue) = 116+67+106=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74436A is #8BBC95. Grayscale: #555555. Windows color (decimal): -9157782 or 6964084. OLE color: 6964084.

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

Color convert

RGB11667106-
CMYK00.420.090.55
HSL312.24º26.78%35.88%-
HSV(B)312.24º42.24%45.49%-
XYZ11.818.7714.71-
YUV86.1139.23149.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=40.14%
G=23.18%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166710600.420.090.55312.2426.7835.88
Hex74436A02A9371381b24
Octal16410315205211674703344
Binary1110100100001111010100101010100111011110011100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,67,106); }

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

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

 a { background-color: rgb(116,67,106); }

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

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

 span { border-color: rgb(116,67,106); }

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