#78476F

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

Shades of Eminence #78476F

Tints of Eminence #78476F

Color information

#78476F (or 0x78476F) is unknown color: approx Eminence. HEX triplet: 78, 47 and 6F. RGB value is (120,71,111). Sum of RGB (Red+Green+Blue) = 120+71+111=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78476F is #87B890. Grayscale: #5A5A5A. Windows color (decimal): -8894609 or 7292792. OLE color: 7292792.

HSL color Cylindrical-coordinate representation of color #78476F: hue angle of 311.02º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78476F is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12071111-
CMYK00.410.080.53
HSL311.02º25.65%37.45%-
HSV(B)311.02º40.83%47.06%-
XYZ12.879.6516.22-
YUV90.21139.73149.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=39.74%
G=23.51%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207111100.410.080.53311.0225.6537.45
Hex78476F0298351371a25
Octal17010715705110654673245
Binary1111000100011111011110101001100011010110011011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78476F; }

 p { color: rgb(120,71,111); }

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

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

 a { background-color: rgb(120,71,111); }

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

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

 span { border-color: rgb(120,71,111); }

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