#767673

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

Shades of Tapa #767673

Tints of Tapa #767673

Color information

#767673 (or 0x767673) is unknown color: approx Tapa. HEX triplet: 76, 76 and 73. RGB value is (118,118,115). Sum of RGB (Red+Green+Blue) = 118+118+115=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767673 is #89898C. Grayscale: #757575. Windows color (decimal): -9013645 or 7566966. OLE color: 7566966.

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

Color convert

RGB118118115-
CMYK000.030.54
HSL60º1.29%45.69%-
HSV(B)60º2.54%46.27%-
XYZ17.0418.0518.8-
YUV117.66126.5128.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=33.62%
G=33.62%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118115000.030.54601.2945.69
Hex767673003363c12e
Octal1661661630036674156
Binary11101101110110111001100111101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767673; }

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

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

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

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

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

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

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

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