#787768

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

Shades of Tapa #787768

Tints of Tapa #787768

Color information

#787768 (or 0x787768) is unknown color: approx Tapa. HEX triplet: 78, 77 and 68. RGB value is (120,119,104). Sum of RGB (Red+Green+Blue) = 120+119+104=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #787768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787768 is #878897. Grayscale: #757575. Windows color (decimal): -8882328 or 6846328. OLE color: 6846328.

HSL color Cylindrical-coordinate representation of color #787768: hue angle of 56.25º 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 #787768 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120119104-
CMYK00.010.130.53
HSL56.25º7.14%43.92%-
HSV(B)56.25º13.33%47.06%-
XYZ16.8418.1915.72-
YUV117.59120.33129.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=34.99%
G=34.69%
B=30.32%

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
Decimal12011910400.010.130.5356.257.1443.92
Hex78776801D353872c
Octal17016715001156570754
Binary111100011101111101000011101110101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787768; }

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

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

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

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

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

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

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

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