#777770

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

Shades of Tapa #777770

Tints of Tapa #777770

Color information

#777770 (or 0x777770) is unknown color: approx Tapa. HEX triplet: 77, 77 and 70. RGB value is (119,119,112). Sum of RGB (Red+Green+Blue) = 119+119+112=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777770 is #88888F. Grayscale: #767676. Windows color (decimal): -8947856 or 7370615. OLE color: 7370615.

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

Color convert

RGB119119112-
CMYK000.060.53
HSL60º3.03%45.29%-
HSV(B)60º5.88%46.67%-
XYZ17.1318.2917.96-
YUV118.2124.5128.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 112 (44.14% from 255) = 32%
R=34%
G=34%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119112000.060.53603.0345.29
Hex777770006353c32d
Octal1671671600066574355
Binary1110111111011111100000011011010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777770; }

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

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

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

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

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

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

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

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