#76776E

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

Shades of Tapa #76776E

Tints of Tapa #76776E

Color information

#76776E (or 0x76776E) is unknown color: approx Tapa. HEX triplet: 76, 77 and 6E. RGB value is (118,119,110). Sum of RGB (Red+Green+Blue) = 118+119+110=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #76776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76776E is #898891. Grayscale: #757575. Windows color (decimal): -9013394 or 7239542. OLE color: 7239542.

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

Color convert

RGB118119110-
CMYK0.0100.080.53
HSL66.67º3.93%44.9%-
HSV(B)66.67º7.56%46.67%-
XYZ16.8818.1717.37-
YUV117.68123.67128.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=34.01%
G=34.29%
B=31.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191100.0100.080.5366.673.9344.9
Hex76776E108354342d
Octal166167156101065103455
Binary1110110111011111011101010001101011000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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