#7C7776

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

Shades of Grey #7C7776

Tints of Grey #7C7776

Color information

#7C7776 (or 0x7C7776) is unknown color: approx Grey. HEX triplet: 7C, 77 and 76. RGB value is (124,119,118). Sum of RGB (Red+Green+Blue) = 124+119+118=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7776 is #838889. Grayscale: #787878. Windows color (decimal): -8620170 or 7763836. OLE color: 7763836.

HSL color Cylindrical-coordinate representation of color #7C7776: hue angle of 10º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7C7776 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB124119118-
CMYK00.040.050.51
HSL10º2.48%47.45%-
HSV(B)10º4.84%48.63%-
XYZ18.1818.7919.81-
YUV120.38126.66130.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=34.35%
G=32.96%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411911800.040.050.51102.4847.45
Hex7C777604533a22f
Octal1741671660456312257
Binary1111100111011111101100100101110011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7776; }

 p { color: rgb(124,119,118); }

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

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

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

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

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

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

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