#77776A

Color #77776A Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #77776A

Tints of Tapa #77776A

Color information

#77776A (or 0x77776A) is unknown color: approx Tapa. HEX triplet: 77, 77 and 6A. RGB value is (119,119,106). Sum of RGB (Red+Green+Blue) = 119+119+106=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77776A is #888895. Grayscale: #757575. Windows color (decimal): -8947862 or 6977399. OLE color: 6977399.

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

Color convert

RGB119119106-
CMYK000.110.53
HSL60º5.78%44.12%-
HSV(B)60º10.92%46.67%-
XYZ16.8118.1616.25-
YUV117.52121.5129.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=34.59%
G=34.59%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119106000.110.53605.7844.12
Hex77776A00B353c62c
Octal16716715200136574654
Binary111011111101111101010001011110101111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77776A; }

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

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

<style>
 a { background-color: #77776A; }

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

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

<style>
 span { border-color: #77776A; }

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

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