#797878

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

Shades of Grey #797878

Tints of Grey #797878

Color information

#797878 (or 0x797878) is unknown color: approx Grey. HEX triplet: 79, 78 and 78. RGB value is (121,120,120). Sum of RGB (Red+Green+Blue) = 121+120+120=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 121 - color contains mainly: red. Hex color #797878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797878 is #868787. Grayscale: #787878. Windows color (decimal): -8816520 or 7895161. OLE color: 7895161.

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

Color convert

RGB121120120-
CMYK00.010.010.53
HSL0.41%47.25%-
HSV(B)0.83%47.45%-
XYZ17.9918.8520.46-
YUV120.3127.83128.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=33.52%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112012000.010.010.5300.4147.25
Hex79787801135002f
Octal171170170011650057
Binary11110011111000111100001111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797878; }

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

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

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

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

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

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

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

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