#776F6F

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

Shades of Dim Gray #776F6F

Tints of Dim Gray #776F6F

Color information

#776F6F (or 0x776F6F) is unknown color: approx Dim Gray. HEX triplet: 77, 6F and 6F. RGB value is (119,111,111). Sum of RGB (Red+Green+Blue) = 119+111+111=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6F is #889090. Grayscale: #717171. Windows color (decimal): -8949905 or 7303031. OLE color: 7303031.

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

Color convert

RGB119111111-
CMYK00.070.070.53
HSL3.48%45.1%-
HSV(B)6.72%46.67%-
XYZ16.1616.4417.36-
YUV113.39126.65132-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=34.90%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911111100.070.070.5303.4845.1
Hex776F6F07735032d
Octal167157157077650355
Binary1110111110111111011110111111110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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