#78686A

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

Shades of Empress #78686A

Tints of Empress #78686A

Color information

#78686A (or 0x78686A) is unknown color: approx Empress. HEX triplet: 78, 68 and 6A. RGB value is (120,104,106). Sum of RGB (Red+Green+Blue) = 120+104+106=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78686A is #879795. Grayscale: #6D6D6D. Windows color (decimal): -8886166 or 6973560. OLE color: 6973560.

HSL color Cylindrical-coordinate representation of color #78686A: hue angle of 352.5º 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 #78686A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB120104106-
CMYK00.130.120.53
HSL352.5º7.14%43.92%-
HSV(B)352.5º13.33%47.06%-
XYZ15.314.9315.71-
YUV109.01126.3135.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=36.36%
G=31.52%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010410600.130.120.53352.57.1443.92
Hex78686A0DC3516072c
Octal1701501520151465540754
Binary111100011010001101010011011100110101101100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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