#777869

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

Shades of Tapa #777869

Tints of Tapa #777869

Color information

#777869 (or 0x777869) is unknown color: approx Tapa. HEX triplet: 77, 78 and 69. RGB value is (119,120,105). Sum of RGB (Red+Green+Blue) = 119+120+105=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 120 - color contains mainly: green. Hex color #777869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777869 is #888796. Grayscale: #767676. Windows color (decimal): -8947607 or 6912119. OLE color: 6912119.

HSL color Cylindrical-coordinate representation of color #777869: hue angle of 64º degrees, saturation: 0.07, 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 #777869 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB119120105-
CMYK0.0100.130.53
HSL64º6.67%44.12%-
HSV(B)64º12.5%47.06%-
XYZ16.8718.3716.02-
YUV117.99120.67128.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=34.59%
G=34.88%
B=30.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191201050.0100.130.53646.6744.12
Hex77786910D354072c
Octal167170151101565100754
Binary1110111111100011010011011011101011000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777869; }

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

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

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

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

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

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

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

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