#78486F

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

Shades of Eminence #78486F

Tints of Eminence #78486F

Color information

#78486F (or 0x78486F) is unknown color: approx Eminence. HEX triplet: 78, 48 and 6F. RGB value is (120,72,111). Sum of RGB (Red+Green+Blue) = 120+72+111=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #78486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78486F is #87B790. Grayscale: #5A5A5A. Windows color (decimal): -8894353 or 7293048. OLE color: 7293048.

HSL color Cylindrical-coordinate representation of color #78486F: hue angle of 311.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78486F is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12072111-
CMYK00.400.080.53
HSL311.25º25%37.65%-
HSV(B)311.25º40%47.06%-
XYZ12.939.7816.24-
YUV90.8139.4148.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=39.60%
G=23.76%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207211100.400.080.53311.252537.65
Hex78486F0288351371926
Octal17011015705010654673146
Binary1111000100100011011110101000100011010110011011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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