#776D6E

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

Shades of Empress #776D6E

Tints of Empress #776D6E

Color information

#776D6E (or 0x776D6E) is unknown color: approx Empress. HEX triplet: 77, 6D and 6E. RGB value is (119,109,110). Sum of RGB (Red+Green+Blue) = 119+109+110=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D6E is #889291. Grayscale: #707070. Windows color (decimal): -8950418 or 7236983. OLE color: 7236983.

HSL color Cylindrical-coordinate representation of color #776D6E: hue angle of 354º 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 #776D6E is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119109110-
CMYK00.080.080.53
HSL354º4.39%44.71%-
HSV(B)354º8.4%46.67%-
XYZ15.8915.9917-
YUV112.1126.81132.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=35.21%
G=32.25%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910911000.080.080.533544.3944.71
Hex776D6E0883516242d
Octal1671551560101065542455
Binary111011111011011101110010001000110101101100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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