#78686C

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

Shades of Empress #78686C

Tints of Empress #78686C

Color information

#78686C (or 0x78686C) is unknown color: approx Empress. HEX triplet: 78, 68 and 6C. RGB value is (120,104,108). Sum of RGB (Red+Green+Blue) = 120+104+108=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #78686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686C is #879793. Grayscale: #6D6D6D. Windows color (decimal): -8886164 or 7104632. OLE color: 7104632.

HSL color Cylindrical-coordinate representation of color #78686C: hue angle of 345º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #78686C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB120104108-
CMYK00.130.100.53
HSL345º7.14%43.92%-
HSV(B)345º13.33%47.06%-
XYZ15.414.9816.27-
YUV109.24127.3135.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=36.14%
G=31.33%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010410800.130.100.533457.1443.92
Hex78686C0DA3515972c
Octal1701501540151265531754
Binary111100011010001101100011011010110101101011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78686C; }

 p { color: rgb(120,104,108); }

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

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

 a { background-color: rgb(120,104,108); }

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

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

 span { border-color: rgb(120,104,108); }

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