#754770

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

Shades of Eminence #754770

Tints of Eminence #754770

Color information

#754770 (or 0x754770) is unknown color: approx Eminence. HEX triplet: 75, 47 and 70. RGB value is (117,71,112). Sum of RGB (Red+Green+Blue) = 117+71+112=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #754770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754770 is #8AB88F. Grayscale: #595959. Windows color (decimal): -9091216 or 7358325. OLE color: 7358325.

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

Color convert

RGB11771112-
CMYK00.390.040.54
HSL306.52º24.47%36.86%-
HSV(B)306.52º39.32%45.88%-
XYZ12.519.4616.5-
YUV89.43140.74147.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=39%
G=23.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177111200.390.040.54306.5224.4736.86
Hex7547700274361331825
Octal1651071600474664633045
Binary111010110001111110000010011110011011010011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754770; }

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

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

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

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

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

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

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

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