#767373

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

Shades of Dim Gray #767373

Tints of Dim Gray #767373

Color information

#767373 (or 0x767373) is unknown color: approx Dim Gray. HEX triplet: 76, 73 and 73. RGB value is (118,115,115). Sum of RGB (Red+Green+Blue) = 118+115+115=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 118 - color contains mainly: red. Hex color #767373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767373 is #898C8C. Grayscale: #737373. Windows color (decimal): -9014413 or 7566198. OLE color: 7566198.

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

Color convert

RGB118115115-
CMYK00.030.030.54
HSL1.29%45.69%-
HSV(B)2.54%46.27%-
XYZ16.717.3518.69-
YUV115.9127.49129.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=33.91%
G=33.05%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811511500.030.030.5401.2945.69
Hex76737303336012e
Octal166163163033660156
Binary1110110111001111100110111111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767373; }

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

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

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

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

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

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

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

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