#776C70

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

Shades of Empress #776C70

Tints of Empress #776C70

Color information

#776C70 (or 0x776C70) is unknown color: approx Empress. HEX triplet: 77, 6C and 70. RGB value is (119,108,112). Sum of RGB (Red+Green+Blue) = 119+108+112=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C70 is #88938F. Grayscale: #6F6F6F. Windows color (decimal): -8950672 or 7367799. OLE color: 7367799.

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

Color convert

RGB119108112-
CMYK00.090.060.53
HSL338.18º4.85%44.51%-
HSV(B)338.18º9.24%46.67%-
XYZ15.8915.8217.54-
YUV111.74128.14133.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=35.10%
G=31.86%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910811200.090.060.53338.184.8544.51
Hex776C700963515252d
Octal167154160011665522555
Binary11101111101100111000001001110110101101010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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