#776E71

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

Shades of Empress #776E71

Tints of Empress #776E71

Color information

#776E71 (or 0x776E71) is unknown color: approx Empress. HEX triplet: 77, 6E and 71. RGB value is (119,110,113). Sum of RGB (Red+Green+Blue) = 119+110+113=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #776E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E71 is #88918E. Grayscale: #717171. Windows color (decimal): -8950159 or 7433847. OLE color: 7433847.

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

Color convert

RGB119110113-
CMYK00.080.050.53
HSL340º3.93%44.9%-
HSV(B)340º7.56%46.67%-
XYZ16.1616.2717.91-
YUV113.03127.98132.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=34.80%
G=32.16%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911011300.080.050.533403.9344.9
Hex776E710853515442d
Octal167156161010565524455
Binary11101111101110111000101000101110101101010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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