#777171

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

Shades of Dim Gray #777171

Tints of Dim Gray #777171

Color information

#777171 (or 0x777171) is unknown color: approx Dim Gray. HEX triplet: 77, 71 and 71. RGB value is (119,113,113). Sum of RGB (Red+Green+Blue) = 119+113+113=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #777171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777171 is #888E8E. Grayscale: #727272. Windows color (decimal): -8949391 or 7434615. OLE color: 7434615.

HSL color Cylindrical-coordinate representation of color #777171: 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.05%. Process color model (Four color, CMYK) of #777171 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB119113113-
CMYK00.050.050.53
HSL2.59%45.49%-
HSV(B)5.04%46.67%-
XYZ16.4916.9218.02-
YUV114.79126.99131-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=34.49%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911311300.050.050.5302.5945.49
Hex77717105535032d
Octal167161161055650355
Binary1110111111000111100010101101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777171; }

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

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

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

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

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

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

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

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