#78786A

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

Shades of Tapa #78786A

Tints of Tapa #78786A

Color information

#78786A (or 0x78786A) is unknown color: approx Tapa. HEX triplet: 78, 78 and 6A. RGB value is (120,120,106). Sum of RGB (Red+Green+Blue) = 120+120+106=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78786A is #878795. Grayscale: #767676. Windows color (decimal): -8882070 or 6977656. OLE color: 6977656.

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

Color convert

RGB120120106-
CMYK000.120.53
HSL60º6.19%44.31%-
HSV(B)60º11.67%47.06%-
XYZ17.0618.4716.3-
YUV118.4121129.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=34.68%
G=34.68%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120120106000.120.53606.1944.31
Hex78786A00C353c62c
Octal17017015200146574654
Binary111100011110001101010001100110101111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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