#777373

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

Shades of Dim Gray #777373

Tints of Dim Gray #777373

Color information

#777373 (or 0x777373) is unknown color: approx Dim Gray. HEX triplet: 77, 73 and 73. RGB value is (119,115,115). Sum of RGB (Red+Green+Blue) = 119+115+115=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 119 - color contains mainly: red. Hex color #777373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777373 is #888C8C. Grayscale: #747474. Windows color (decimal): -8948877 or 7566199. OLE color: 7566199.

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

Color convert

RGB119115115-
CMYK00.030.030.53
HSL1.71%45.88%-
HSV(B)3.36%46.67%-
XYZ16.8317.4218.7-
YUV116.2127.33130-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=34.10%
G=32.95%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911511500.030.030.5301.7145.88
Hex77737303335022e
Octal167163163033650256
Binary11101111110011111001101111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777373; }

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

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

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

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

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

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

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

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