#76776B

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

Shades of Tapa #76776B

Tints of Tapa #76776B

Color information

#76776B (or 0x76776B) is unknown color: approx Tapa. HEX triplet: 76, 77 and 6B. RGB value is (118,119,107). Sum of RGB (Red+Green+Blue) = 118+119+107=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #76776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76776B is #898894. Grayscale: #757575. Windows color (decimal): -9013397 or 7042934. OLE color: 7042934.

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

Color convert

RGB118119107-
CMYK0.0100.100.53
HSL65º5.31%44.31%-
HSV(B)65º10.08%46.67%-
XYZ16.7218.1116.52-
YUV117.33122.17128.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=34.30%
G=34.59%
B=31.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191070.0100.100.53655.3144.31
Hex76776B10A354152c
Octal166167153101265101554
Binary1110110111011111010111010101101011000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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