#754874

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

Shades of Eminence #754874

Tints of Eminence #754874

Color information

#754874 (or 0x754874) is unknown color: approx Eminence. HEX triplet: 75, 48 and 74. RGB value is (117,72,116). Sum of RGB (Red+Green+Blue) = 117+72+116=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754874 is #8AB78B. Grayscale: #5A5A5A. Windows color (decimal): -9090956 or 7620725. OLE color: 7620725.

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

Color convert

RGB11772116-
CMYK00.380.010.54
HSL301.33º23.81%37.06%-
HSV(B)301.33º38.46%45.88%-
XYZ12.819.6817.72-
YUV90.47142.41146.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=38.36%
G=23.61%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177211600.380.010.54301.3323.8137.06
Hex75487402613612d1825
Octal1651101640461664553045
Binary1110101100100011101000100110111011010010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754874; }

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

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

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

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

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

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

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

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