#787777

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

Shades of Grey #787777

Tints of Grey #787777

Color information

#787777 (or 0x787777) is unknown color: approx Grey. HEX triplet: 78, 77 and 77. RGB value is (120,119,119). Sum of RGB (Red+Green+Blue) = 120+119+119=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 120 - color contains mainly: red. Hex color #787777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787777 is #878888. Grayscale: #777777. Windows color (decimal): -8882313 or 7829368. OLE color: 7829368.

HSL color Cylindrical-coordinate representation of color #787777: 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 #787777 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB120119119-
CMYK00.010.010.53
HSL0.42%46.86%-
HSV(B)0.83%47.06%-
XYZ17.6718.5220.1-
YUV119.3127.83128.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 119 (46.88% 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
Decimal12011911900.010.010.5300.4246.86
Hex78777701135002f
Octal170167167011650057
Binary11110001110111111011101111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787777; }

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

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

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

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

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

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

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

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