#767666

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

Shades of Tapa #767666

Tints of Tapa #767666

Color information

#767666 (or 0x767666) is unknown color: approx Tapa. HEX triplet: 76, 76 and 66. RGB value is (118,118,102). Sum of RGB (Red+Green+Blue) = 118+118+102=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767666 is #898999. Grayscale: #747474. Windows color (decimal): -9013658 or 6714998. OLE color: 6714998.

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

Color convert

RGB118118102-
CMYK000.140.54
HSL60º7.27%43.14%-
HSV(B)60º13.56%46.27%-
XYZ16.3517.7715.14-
YUV116.18120129.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=34.91%
G=34.91%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118102000.140.54607.2743.14
Hex76766600E363c72b
Octal16616614600166674753
Binary111011011101101100110001110110110111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767666; }

 p { color: rgb(118,118,102); }

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

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

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

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

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

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

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