#744872

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

Shades of Eminence #744872

Tints of Eminence #744872

Color information

#744872 (or 0x744872) is unknown color: approx Eminence. HEX triplet: 74, 48 and 72. RGB value is (116,72,114). Sum of RGB (Red+Green+Blue) = 116+72+114=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #744872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744872 is #8BB78D. Grayscale: #595959. Windows color (decimal): -9156494 or 7489652. OLE color: 7489652.

HSL color Cylindrical-coordinate representation of color #744872: hue angle of 302.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744872 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11672114-
CMYK00.380.020.55
HSL302.73º23.4%36.86%-
HSV(B)302.73º37.93%45.49%-
XYZ12.569.5617.1-
YUV89.94141.58146.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=38.41%
G=23.84%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167211400.380.020.55302.7323.436.86
Hex74487202623712f1725
Octal1641101620462674572745
Binary11101001001000111001001001101011011110010111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744872; }

 p { color: rgb(116,72,114); }

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

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

 a { background-color: rgb(116,72,114); }

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

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

 span { border-color: rgb(116,72,114); }

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