#797977

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

Shades of Tapa #797977

Tints of Tapa #797977

Color information

#797977 (or 0x797977) is unknown color: approx Tapa. HEX triplet: 79, 79 and 77. RGB value is (121,121,119). Sum of RGB (Red+Green+Blue) = 121+121+119=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797977 is #868688. Grayscale: #787878. Windows color (decimal): -8816265 or 7829881. OLE color: 7829881.

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

Color convert

RGB121121119-
CMYK000.020.53
HSL60º0.83%47.06%-
HSV(B)60º1.65%47.45%-
XYZ18.0519.0720.18-
YUV120.77127128.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=33.52%
G=33.52%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121121119000.020.53600.8347.06
Hex797977002353c12f
Octal1711711670026574157
Binary11110011111001111011100101101011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797977; }

 p { color: rgb(121,121,119); }

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

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

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

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

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

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

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