#744770

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

Shades of Eminence #744770

Tints of Eminence #744770

Color information

#744770 (or 0x744770) is unknown color: approx Eminence. HEX triplet: 74, 47 and 70. RGB value is (116,71,112). Sum of RGB (Red+Green+Blue) = 116+71+112=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #744770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744770 is #8BB88F. Grayscale: #595959. Windows color (decimal): -9156752 or 7358324. OLE color: 7358324.

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

Color convert

RGB11671112-
CMYK00.390.030.55
HSL305.33º24.06%36.67%-
HSV(B)305.33º38.79%45.49%-
XYZ12.389.3916.49-
YUV89.13140.91147.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=38.80%
G=23.75%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167111200.390.030.55305.3324.0636.67
Hex7447700273371311825
Octal1641071600473674613045
Binary11101001000111111000001001111111011110011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744770; }

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

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

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

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

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

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

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

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