#784475

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

Shades of Eminence #784475

Tints of Eminence #784475

Color information

#784475 (or 0x784475) is unknown color: approx Eminence. HEX triplet: 78, 44 and 75. RGB value is (120,68,117). Sum of RGB (Red+Green+Blue) = 120+68+117=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #784475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784475 is #87BB8A. Grayscale: #585858. Windows color (decimal): -8895371 or 7685240. OLE color: 7685240.

HSL color Cylindrical-coordinate representation of color #784475: hue angle of 303.46º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784475 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12068117-
CMYK00.430.020.53
HSL303.46º27.66%36.86%-
HSV(B)303.46º43.33%47.06%-
XYZ13.029.4117.96-
YUV89.13143.73150.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=39.34%
G=22.30%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206811700.430.020.53303.4627.6636.86
Hex78447502B23512f1c25
Octal1701041650532654573445
Binary11110001000100111010101010111011010110010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784475; }

 p { color: rgb(120,68,117); }

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

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

 a { background-color: rgb(120,68,117); }

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

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

 span { border-color: rgb(120,68,117); }

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