#787676

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

Shades of Grey #787676

Tints of Grey #787676

Color information

#787676 (or 0x787676) is unknown color: approx Grey. HEX triplet: 78, 76 and 76. RGB value is (120,118,118). Sum of RGB (Red+Green+Blue) = 120+118+118=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 120 - color contains mainly: red. Hex color #787676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787676 is #878989. Grayscale: #767676. Windows color (decimal): -8882570 or 7763576. OLE color: 7763576.

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

Color convert

RGB120118118-
CMYK00.020.020.53
HSL0.84%46.67%-
HSV(B)1.67%47.06%-
XYZ17.4918.2619.74-
YUV118.6127.66129-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=33.71%
G=33.15%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011811800.020.020.5300.8446.67
Hex78767602235012f
Octal170166166022650157
Binary1111000111011011101100101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787676; }

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

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

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

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

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

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

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

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