#767668

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

Shades of Tapa #767668

Tints of Tapa #767668

Color information

#767668 (or 0x767668) is unknown color: approx Tapa. HEX triplet: 76, 76 and 68. RGB value is (118,118,104). Sum of RGB (Red+Green+Blue) = 118+118+104=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767668 is #898997. Grayscale: #747474. Windows color (decimal): -9013656 or 6846070. OLE color: 6846070.

HSL color Cylindrical-coordinate representation of color #767668: hue angle of 60º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767668 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB118118104-
CMYK000.120.54
HSL60º6.31%43.53%-
HSV(B)60º11.86%46.27%-
XYZ16.4517.8115.67-
YUV116.4121129.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=34.71%
G=34.71%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118104000.120.54606.3143.53
Hex76766800C363c62c
Octal16616615000146674654
Binary111011011101101101000001100110110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767668; }

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

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

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

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

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

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

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

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