#784075

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

Shades of Eminence #784075

Tints of Eminence #784075

Color information

#784075 (or 0x784075) is unknown color: approx Eminence. HEX triplet: 78, 40 and 75. RGB value is (120,64,117). Sum of RGB (Red+Green+Blue) = 120+64+117=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #784075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784075 is #87BF8A. Grayscale: #565656. Windows color (decimal): -8896395 or 7684216. OLE color: 7684216.

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

Color convert

RGB12064117-
CMYK00.470.020.53
HSL303.21º30.43%36.08%-
HSV(B)303.21º46.67%47.06%-
XYZ12.798.9417.88-
YUV86.79145.05151.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=39.87%
G=21.26%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206411700.470.020.53303.2130.4336.08
Hex78407502F23512f1e24
Octal1701001650572654573644
Binary11110001000000111010101011111011010110010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784075; }

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

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

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

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

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

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

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

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