#78786F

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

Shades of Tapa #78786F

Tints of Tapa #78786F

Color information

#78786F (or 0x78786F) is unknown color: approx Tapa. HEX triplet: 78, 78 and 6F. RGB value is (120,120,111). Sum of RGB (Red+Green+Blue) = 120+120+111=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78786F is #878790. Grayscale: #777777. Windows color (decimal): -8882065 or 7305336. OLE color: 7305336.

HSL color Cylindrical-coordinate representation of color #78786F: hue angle of 60º 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 #78786F is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120120111-
CMYK000.080.53
HSL60º3.9%45.29%-
HSV(B)60º7.5%47.06%-
XYZ17.3318.5717.71-
YUV118.97123.5128.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=34.19%
G=34.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120120111000.080.53603.945.29
Hex78786F008353c42d
Octal17017015700106574455
Binary111100011110001101111001000110101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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