#77776D

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

Shades of Tapa #77776D

Tints of Tapa #77776D

Color information

#77776D (or 0x77776D) is unknown color: approx Tapa. HEX triplet: 77, 77 and 6D. RGB value is (119,119,109). Sum of RGB (Red+Green+Blue) = 119+119+109=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77776D is #888892. Grayscale: #757575. Windows color (decimal): -8947859 or 7174007. OLE color: 7174007.

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

Color convert

RGB119119109-
CMYK000.080.53
HSL60º4.39%44.71%-
HSV(B)60º8.4%46.67%-
XYZ16.9618.2217.09-
YUV117.86123128.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=34.29%
G=34.29%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119109000.080.53604.3944.71
Hex77776D008353c42d
Octal16716715500106574455
Binary111011111101111101101001000110101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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