#78796A

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

Shades of Tapa #78796A

Tints of Tapa #78796A

Color information

#78796A (or 0x78796A) is unknown color: approx Tapa. HEX triplet: 78, 79 and 6A. RGB value is (120,121,106). Sum of RGB (Red+Green+Blue) = 120+121+106=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #78796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78796A is #878695. Grayscale: #777777. Windows color (decimal): -8881814 or 6977912. OLE color: 6977912.

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

Color convert

RGB120121106-
CMYK0.0100.120.53
HSL64º6.61%44.51%-
HSV(B)64º12.4%47.45%-
XYZ17.1818.7116.34-
YUV118.99120.67128.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=34.58%
G=34.87%
B=30.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201211060.0100.120.53646.6144.51
Hex78796A10C354072d
Octal170171152101465100755
Binary1111000111100111010101011001101011000000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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