#777768

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

Shades of Tapa #777768

Tints of Tapa #777768

Color information

#777768 (or 0x777768) is unknown color: approx Tapa. HEX triplet: 77, 77 and 68. RGB value is (119,119,104). Sum of RGB (Red+Green+Blue) = 119+119+104=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777768 is #888897. Grayscale: #757575. Windows color (decimal): -8947864 or 6846327. OLE color: 6846327.

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

Color convert

RGB119119104-
CMYK000.130.53
HSL60º6.73%43.73%-
HSV(B)60º12.61%46.67%-
XYZ16.718.1215.71-
YUV117.29120.5129.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=34.80%
G=34.80%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119104000.130.53606.7343.73
Hex77776800D353c72c
Octal16716715000156574754
Binary111011111101111101000001101110101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777768; }

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

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

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

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

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

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

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

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