#776B6D

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

Shades of Empress #776B6D

Tints of Empress #776B6D

Color information

#776B6D (or 0x776B6D) is unknown color: approx Empress. HEX triplet: 77, 6B and 6D. RGB value is (119,107,109). Sum of RGB (Red+Green+Blue) = 119+107+109=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B6D is #889492. Grayscale: #6E6E6E. Windows color (decimal): -8950931 or 7170935. OLE color: 7170935.

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

Color convert

RGB119107109-
CMYK00.100.080.53
HSL350º5.31%44.31%-
HSV(B)350º10.08%46.67%-
XYZ15.6315.5416.64-
YUV110.82126.98133.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=35.52%
G=31.94%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910710900.100.080.533505.3144.31
Hex776B6D0A83515e52c
Octal1671531550121065536554
Binary111011111010111101101010101000110101101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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