#784470

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

Shades of Eminence #784470

Tints of Eminence #784470

Color information

#784470 (or 0x784470) is unknown color: approx Eminence. HEX triplet: 78, 44 and 70. RGB value is (120,68,112). Sum of RGB (Red+Green+Blue) = 120+68+112=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #784470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784470 is #87BB8F. Grayscale: #585858. Windows color (decimal): -8895376 or 7357560. OLE color: 7357560.

HSL color Cylindrical-coordinate representation of color #784470: hue angle of 309.23º 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 #784470 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12068112-
CMYK00.430.070.53
HSL309.23º27.66%36.86%-
HSV(B)309.23º43.33%47.06%-
XYZ12.749.316.45-
YUV88.56141.23150.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=40%
G=22.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206811200.430.070.53309.2327.6636.86
Hex78447002B7351351c25
Octal1701041600537654653445
Binary111100010001001110000010101111111010110011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784470; }

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

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

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

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

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

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

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

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