#754674

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

Shades of Eminence #754674

Tints of Eminence #754674

Color information

#754674 (or 0x754674) is unknown color: approx Eminence. HEX triplet: 75, 46 and 74. RGB value is (117,70,116). Sum of RGB (Red+Green+Blue) = 117+70+116=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #754674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754674 is #8AB98B. Grayscale: #595959. Windows color (decimal): -9091468 or 7620213. OLE color: 7620213.

HSL color Cylindrical-coordinate representation of color #754674: hue angle of 301.28º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754674 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11770116-
CMYK00.400.010.54
HSL301.28º25.13%36.67%-
HSV(B)301.28º40.17%45.88%-
XYZ12.689.4217.67-
YUV89.3143.07147.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=38.61%
G=23.10%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177011600.400.010.54301.2825.1336.67
Hex75467402813612d1925
Octal1651061640501664553145
Binary1110101100011011101000101000111011010010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754674; }

 p { color: rgb(117,70,116); }

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

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

 a { background-color: rgb(117,70,116); }

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

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

 span { border-color: rgb(117,70,116); }

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