#787972

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

Shades of Tapa #787972

Tints of Tapa #787972

Color information

#787972 (or 0x787972) is unknown color: approx Tapa. HEX triplet: 78, 79 and 72. RGB value is (120,121,114). Sum of RGB (Red+Green+Blue) = 120+121+114=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #787972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787972 is #87868D. Grayscale: #777777. Windows color (decimal): -8881806 or 7502200. OLE color: 7502200.

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

Color convert

RGB120121114-
CMYK0.0100.060.53
HSL68.57º2.98%46.08%-
HSV(B)68.57º5.79%47.45%-
XYZ17.6218.8818.64-
YUV119.9124.67128.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=33.80%
G=34.08%
B=32.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201211140.0100.060.5368.572.9846.08
Hex787972106354532e
Octal17017116210665105356
Binary11110001111001111001010110110101100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787972; }

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

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

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

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

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

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

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

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