#777871

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

Shades of Tapa #777871

Tints of Tapa #777871

Color information

#777871 (or 0x777871) is unknown color: approx Tapa. HEX triplet: 77, 78 and 71. RGB value is (119,120,113). Sum of RGB (Red+Green+Blue) = 119+120+113=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 120 - color contains mainly: green. Hex color #777871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777871 is #88878E. Grayscale: #767676. Windows color (decimal): -8947599 or 7436407. OLE color: 7436407.

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

Color convert

RGB119120113-
CMYK0.0100.060.53
HSL68.57º3%45.69%-
HSV(B)68.57º5.83%47.06%-
XYZ17.318.5518.29-
YUV118.9124.67128.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=33.81%
G=34.09%
B=32.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201130.0100.060.5368.57345.69
Hex777871106354532e
Octal16717016110665105356
Binary11101111111000111000110110110101100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777871; }

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

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

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

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

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

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

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

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