#767674

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

Shades of Tapa #767674

Tints of Tapa #767674

Color information

#767674 (or 0x767674) is unknown color: approx Tapa. HEX triplet: 76, 76 and 74. RGB value is (118,118,116). Sum of RGB (Red+Green+Blue) = 118+118+116=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767674 is #89898B. Grayscale: #757575. Windows color (decimal): -9013644 or 7632502. OLE color: 7632502.

HSL color Cylindrical-coordinate representation of color #767674: 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.02%. Process color model (Four color, CMYK) of #767674 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB118118116-
CMYK000.020.54
HSL60º0.85%45.88%-
HSV(B)60º1.69%46.27%-
XYZ17.118.0719.11-
YUV117.77127128.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=33.52%
G=33.52%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118116000.020.54600.8545.88
Hex767674002363c12e
Octal1661661640026674156
Binary11101101110110111010000101101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767674; }

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

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

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

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

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

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

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

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