#77686A

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

Shades of Empress #77686A

Tints of Empress #77686A

Color information

#77686A (or 0x77686A) is unknown color: approx Empress. HEX triplet: 77, 68 and 6A. RGB value is (119,104,106). Sum of RGB (Red+Green+Blue) = 119+104+106=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77686A is #889795. Grayscale: #6C6C6C. Windows color (decimal): -8951702 or 6973559. OLE color: 6973559.

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

Color convert

RGB119104106-
CMYK00.130.110.53
HSL352º6.73%43.73%-
HSV(B)352º12.61%46.67%-
XYZ15.1614.8615.71-
YUV108.71126.47135.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=36.17%
G=31.61%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910410600.130.110.533526.7343.73
Hex77686A0DB3516072c
Octal1671501520151365540754
Binary111011111010001101010011011011110101101100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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