#787970

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

Shades of Tapa #787970

Tints of Tapa #787970

Color information

#787970 (or 0x787970) is unknown color: approx Tapa. HEX triplet: 78, 79 and 70. RGB value is (120,121,112). Sum of RGB (Red+Green+Blue) = 120+121+112=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 121 - color contains mainly: green. Hex color #787970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787970 is #87868F. Grayscale: #777777. Windows color (decimal): -8881808 or 7371128. OLE color: 7371128.

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

Color convert

RGB120121112-
CMYK0.0100.070.53
HSL66.67º3.86%45.69%-
HSV(B)66.67º7.44%47.45%-
XYZ17.5118.8418.04-
YUV119.68123.67128.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=33.99%
G=34.28%
B=31.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201211120.0100.070.5366.673.8645.69
Hex787970107354342e
Octal17017116010765103456
Binary111100011110011110000101111101011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787970; }

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

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

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

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

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

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

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

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