#76776A

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

Shades of Tapa #76776A

Tints of Tapa #76776A

Color information

#76776A (or 0x76776A) is unknown color: approx Tapa. HEX triplet: 76, 77 and 6A. RGB value is (118,119,106). Sum of RGB (Red+Green+Blue) = 118+119+106=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #76776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76776A is #898895. Grayscale: #757575. Windows color (decimal): -9013398 or 6977398. OLE color: 6977398.

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

Color convert

RGB118119106-
CMYK0.0100.110.53
HSL64.62º5.78%44.12%-
HSV(B)64.62º10.92%46.67%-
XYZ16.6718.0916.25-
YUV117.22121.67128.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=34.40%
G=34.69%
B=30.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191060.0100.110.5364.625.7844.12
Hex76776A10B354162c
Octal166167152101365101654
Binary1110110111011111010101010111101011000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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