#767672

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

Shades of Tapa #767672

Tints of Tapa #767672

Color information

#767672 (or 0x767672) is unknown color: approx Tapa. HEX triplet: 76, 76 and 72. RGB value is (118,118,114). Sum of RGB (Red+Green+Blue) = 118+118+114=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767672 is #89898D. Grayscale: #757575. Windows color (decimal): -9013646 or 7501430. OLE color: 7501430.

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

Color convert

RGB118118114-
CMYK000.030.54
HSL60º1.72%45.49%-
HSV(B)60º3.39%46.27%-
XYZ16.9918.0218.5-
YUV117.54126128.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=33.71%
G=33.71%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118118114000.030.54601.7245.49
Hex767672003363c22d
Octal1661661620036674255
Binary111011011101101110010001111011011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767672; }

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

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

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

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

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

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

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

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