#776C6D

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

Shades of Empress #776C6D

Tints of Empress #776C6D

Color information

#776C6D (or 0x776C6D) is unknown color: approx Empress. HEX triplet: 77, 6C and 6D. RGB value is (119,108,109). Sum of RGB (Red+Green+Blue) = 119+108+109=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C6D is #889392. Grayscale: #6F6F6F. Windows color (decimal): -8950675 or 7171191. OLE color: 7171191.

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

Color convert

RGB119108109-
CMYK00.090.080.53
HSL354.55º4.85%44.51%-
HSV(B)354.55º9.24%46.67%-
XYZ15.7315.7516.68-
YUV111.4126.64133.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=35.42%
G=32.14%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910810900.090.080.53354.554.8544.51
Hex776C6D0983516352d
Octal1671541550111065543555
Binary111011111011001101101010011000110101101100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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