#77786A

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

Shades of Tapa #77786A

Tints of Tapa #77786A

Color information

#77786A (or 0x77786A) is unknown color: approx Tapa. HEX triplet: 77, 78 and 6A. RGB value is (119,120,106). Sum of RGB (Red+Green+Blue) = 119+120+106=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #77786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77786A is #888795. Grayscale: #767676. Windows color (decimal): -8947606 or 6977655. OLE color: 6977655.

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

Color convert

RGB119120106-
CMYK0.0100.120.53
HSL64.29º6.19%44.31%-
HSV(B)64.29º11.67%47.06%-
XYZ16.9318.416.29-
YUV118.1121.17128.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=34.49%
G=34.78%
B=30.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201060.0100.120.5364.296.1944.31
Hex77786A10C354062c
Octal167170152101465100654
Binary1110111111100011010101011001101011000000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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