#786D6D

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

Shades of Dim Gray #786D6D

Tints of Dim Gray #786D6D

Color information

#786D6D (or 0x786D6D) is unknown color: approx Dim Gray. HEX triplet: 78, 6D and 6D. RGB value is (120,109,109). Sum of RGB (Red+Green+Blue) = 120+109+109=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D6D is #879292. Grayscale: #707070. Windows color (decimal): -8884883 or 7171448. OLE color: 7171448.

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

Color convert

RGB120109109-
CMYK00.090.090.53
HSL4.8%44.9%-
HSV(B)9.17%47.06%-
XYZ15.9716.0316.72-
YUV112.29126.14133.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=35.50%
G=32.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010910900.090.090.5304.844.9
Hex786D6D09935052d
Octal17015515501111650555
Binary1111000110110111011010100110011101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786D6D; }

 p { color: rgb(120,109,109); }

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

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

 a { background-color: rgb(120,109,109); }

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

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

 span { border-color: rgb(120,109,109); }

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