#776A6E

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

Shades of Empress #776A6E

Tints of Empress #776A6E

Color information

#776A6E (or 0x776A6E) is unknown color: approx Empress. HEX triplet: 77, 6A and 6E. RGB value is (119,106,110). Sum of RGB (Red+Green+Blue) = 119+106+110=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6E is #889591. Grayscale: #6E6E6E. Windows color (decimal): -8951186 or 7236215. OLE color: 7236215.

HSL color Cylindrical-coordinate representation of color #776A6E: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A6E is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119106110-
CMYK00.110.080.53
HSL341.54º5.78%44.12%-
HSV(B)341.54º10.92%46.67%-
XYZ15.5815.3616.89-
YUV110.34127.81134.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=35.52%
G=31.64%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910611000.110.080.53341.545.7844.12
Hex776A6E0B83515662c
Octal1671521560131065526654
Binary111011111010101101110010111000110101101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776A6E; }

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

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

<style>
 a { background-color: #776A6E; }

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

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

<style>
 span { border-color: #776A6E; }

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

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