#776E70

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

Shades of Empress #776E70

Tints of Empress #776E70

Color information

#776E70 (or 0x776E70) is unknown color: approx Empress. HEX triplet: 77, 6E and 70. RGB value is (119,110,112). Sum of RGB (Red+Green+Blue) = 119+110+112=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E70 is #88918F. Grayscale: #707070. Windows color (decimal): -8950160 or 7368311. OLE color: 7368311.

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

Color convert

RGB119110112-
CMYK00.080.060.53
HSL346.67º3.93%44.9%-
HSV(B)346.67º7.56%46.67%-
XYZ16.1116.2417.62-
YUV112.92127.48132.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=34.90%
G=32.26%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911011200.080.060.53346.673.9344.9
Hex776E700863515b42d
Octal167156160010665533455
Binary11101111101110111000001000110110101101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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