#787969

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

Shades of Tapa #787969

Tints of Tapa #787969

Color information

#787969 (or 0x787969) is unknown color: approx Tapa. HEX triplet: 78, 79 and 69. RGB value is (120,121,105). Sum of RGB (Red+Green+Blue) = 120+121+105=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #787969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787969 is #878696. Grayscale: #767676. Windows color (decimal): -8881815 or 6912376. OLE color: 6912376.

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

Color convert

RGB120121105-
CMYK0.0100.130.53
HSL63.75º7.08%44.31%-
HSV(B)63.75º13.22%47.45%-
XYZ17.1318.6916.07-
YUV118.88120.17128.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=34.68%
G=34.97%
B=30.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201211050.0100.130.5363.757.0844.31
Hex78796910D354072c
Octal170171151101565100754
Binary1111000111100111010011011011101011000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787969; }

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

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

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

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

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

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

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

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