#776F70

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

Shades of Empress #776F70

Tints of Empress #776F70

Color information

#776F70 (or 0x776F70) is unknown color: approx Empress. HEX triplet: 77, 6F and 70. RGB value is (119,111,112). Sum of RGB (Red+Green+Blue) = 119+111+112=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #776F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F70 is #88908F. Grayscale: #717171. Windows color (decimal): -8949904 or 7368567. OLE color: 7368567.

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

Color convert

RGB119111112-
CMYK00.070.060.53
HSL352.5º3.48%45.1%-
HSV(B)352.5º6.72%46.67%-
XYZ16.2216.4617.65-
YUV113.51127.15131.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=34.80%
G=32.46%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911111200.070.060.53352.53.4845.1
Hex776F700763516032d
Octal16715716007665540355
Binary111011111011111110000011111011010110110000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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