#76766A

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

Shades of Tapa #76766A

Tints of Tapa #76766A

Color information

#76766A (or 0x76766A) is unknown color: approx Tapa. HEX triplet: 76, 76 and 6A. RGB value is (118,118,106). Sum of RGB (Red+Green+Blue) = 118+118+106=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76766A is #898995. Grayscale: #747474. Windows color (decimal): -9013654 or 6977142. OLE color: 6977142.

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

Color convert

RGB118118106-
CMYK000.100.54
HSL60º5.36%43.92%-
HSV(B)60º10.17%46.27%-
XYZ16.5517.8516.21-
YUV116.63122128.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=34.50%
G=34.50%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118106000.100.54605.3643.92
Hex76766A00A363c52c
Octal16616615200126674554
Binary111011011101101101010001010110110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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