#776A6B

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

Shades of Empress #776A6B

Tints of Empress #776A6B

Color information

#776A6B (or 0x776A6B) is unknown color: approx Empress. HEX triplet: 77, 6A and 6B. RGB value is (119,106,107). Sum of RGB (Red+Green+Blue) = 119+106+107=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6B is #889594. Grayscale: #6E6E6E. Windows color (decimal): -8951189 or 7039607. OLE color: 7039607.

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

Color convert

RGB119106107-
CMYK00.110.100.53
HSL355.38º5.78%44.12%-
HSV(B)355.38º10.92%46.67%-
XYZ15.4215.2916.05-
YUV110126.31134.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=35.84%
G=31.93%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910610700.110.100.53355.385.7844.12
Hex776A6B0BA3516362c
Octal1671521530131265543654
Binary111011111010101101011010111010110101101100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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