#787A68

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

Shades of Tapa #787A68

Tints of Tapa #787A68

Color information

#787A68 (or 0x787A68) is unknown color: approx Tapa. HEX triplet: 78, 7A and 68. RGB value is (120,122,104). Sum of RGB (Red+Green+Blue) = 120+122+104=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #787A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A68 is #878597. Grayscale: #777777. Windows color (decimal): -8881560 or 6847096. OLE color: 6847096.

HSL color Cylindrical-coordinate representation of color #787A68: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787A68 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB120122104-
CMYK0.0200.150.52
HSL66.67º7.96%44.31%-
HSV(B)66.67º14.75%47.84%-
XYZ17.218.9115.84-
YUV119.35119.34128.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=34.68%
G=35.26%
B=30.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201221040.0200.150.5266.677.9644.31
Hex787A6820F344382c
Octal1701721502017641031054
Binary111100011110101101000100111111010010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787A68; }

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

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

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

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

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

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

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

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