#776E6E

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

Shades of Dim Gray #776E6E

Tints of Dim Gray #776E6E

Color information

#776E6E (or 0x776E6E) is unknown color: approx Dim Gray. HEX triplet: 77, 6E and 6E. RGB value is (119,110,110). Sum of RGB (Red+Green+Blue) = 119+110+110=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E6E is #889191. Grayscale: #707070. Windows color (decimal): -8950162 or 7237239. OLE color: 7237239.

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

Color convert

RGB119110110-
CMYK00.080.080.53
HSL3.93%44.9%-
HSV(B)7.56%46.67%-
XYZ1616.217.04-
YUV112.69126.48132.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=35.10%
G=32.45%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911011000.080.080.5303.9344.9
Hex776E6E08835042d
Octal16715615601010650455
Binary1110111110111011011100100010001101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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