#776C6C

Color #776C6C Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #776C6C

Tints of Dim Gray #776C6C

Color information

#776C6C (or 0x776C6C) is unknown color: approx Dim Gray. HEX triplet: 77, 6C and 6C. RGB value is (119,108,108). Sum of RGB (Red+Green+Blue) = 119+108+108=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C6C is #889393. Grayscale: #6F6F6F. Windows color (decimal): -8950676 or 7105655. OLE color: 7105655.

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

Color convert

RGB119108108-
CMYK00.090.090.53
HSL4.85%44.51%-
HSV(B)9.24%46.67%-
XYZ15.6815.7316.4-
YUV111.29126.14133.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=35.52%
G=32.24%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910810800.090.090.5304.8544.51
Hex776C6C09935052d
Octal16715415401111650555
Binary1110111110110011011000100110011101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C6C; }

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

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

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

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

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

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

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

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