#777668

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

Shades of Tapa #777668

Tints of Tapa #777668

Color information

#777668 (or 0x777668) is unknown color: approx Tapa. HEX triplet: 77, 76 and 68. RGB value is (119,118,104). Sum of RGB (Red+Green+Blue) = 119+118+104=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #777668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777668 is #888997. Grayscale: #747474. Windows color (decimal): -8948120 or 6846071. OLE color: 6846071.

HSL color Cylindrical-coordinate representation of color #777668: 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.13%. Process color model (Four color, CMYK) of #777668 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB119118104-
CMYK00.010.130.53
HSL56º6.73%43.73%-
HSV(B)56º12.61%46.67%-
XYZ16.5817.8815.67-
YUV116.7120.83129.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=34.90%
G=34.60%
B=30.50%

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
Decimal11911810400.010.130.53566.7343.73
Hex77766801D353872c
Octal16716615001156570754
Binary111011111101101101000011101110101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777668; }

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

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

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

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

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

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

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

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