#767770

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

Shades of Tapa #767770

Tints of Tapa #767770

Color information

#767770 (or 0x767770) is unknown color: approx Tapa. HEX triplet: 76, 77 and 70. RGB value is (118,119,112). Sum of RGB (Red+Green+Blue) = 118+119+112=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 119 - color contains mainly: green. Hex color #767770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767770 is #89888F. Grayscale: #757575. Windows color (decimal): -9013392 or 7370614. OLE color: 7370614.

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

Color convert

RGB118119112-
CMYK0.0100.060.53
HSL68.57º3.03%45.29%-
HSV(B)68.57º5.88%46.67%-
XYZ16.9918.2217.95-
YUV117.9124.67128.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=33.81%
G=34.10%
B=32.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191120.0100.060.5368.573.0345.29
Hex767770106354532d
Octal16616716010665105355
Binary11101101110111111000010110110101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767770; }

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

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

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

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

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

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

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

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