#77796A

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

Shades of Tapa #77796A

Tints of Tapa #77796A

Color information

#77796A (or 0x77796A) is unknown color: approx Tapa. HEX triplet: 77, 79 and 6A. RGB value is (119,121,106). Sum of RGB (Red+Green+Blue) = 119+121+106=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #77796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77796A is #888695. Grayscale: #767676. Windows color (decimal): -8947350 or 6977911. OLE color: 6977911.

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

Color convert

RGB119121106-
CMYK0.0200.120.53
HSL68º6.61%44.51%-
HSV(B)68º12.4%47.45%-
XYZ17.0518.6416.33-
YUV118.69120.84128.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=34.39%
G=34.97%
B=30.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191211060.0200.120.53686.6144.51
Hex77796A20C354472d
Octal167171152201465104755
Binary11101111111001110101010011001101011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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