#787769

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

Shades of Tapa #787769

Tints of Tapa #787769

Color information

#787769 (or 0x787769) is unknown color: approx Tapa. HEX triplet: 78, 77 and 69. RGB value is (120,119,105). Sum of RGB (Red+Green+Blue) = 120+119+105=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #787769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787769 is #878896. Grayscale: #757575. Windows color (decimal): -8882327 or 6911864. OLE color: 6911864.

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

Color convert

RGB120119105-
CMYK00.010.130.53
HSL56º6.67%44.12%-
HSV(B)56º12.5%47.06%-
XYZ16.8918.2115.99-
YUV117.7120.83129.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=34.88%
G=34.59%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011910500.010.130.53566.6744.12
Hex78776901D353872c
Octal17016715101156570754
Binary111100011101111101001011101110101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787769; }

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

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

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

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

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

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

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

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