#756D6D

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

Shades of Dim Gray #756D6D

Tints of Dim Gray #756D6D

Color information

#756D6D (or 0x756D6D) is unknown color: approx Dim Gray. HEX triplet: 75, 6D and 6D. RGB value is (117,109,109). Sum of RGB (Red+Green+Blue) = 117+109+109=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6D is #8A9292. Grayscale: #6F6F6F. Windows color (decimal): -9081491 or 7171445. OLE color: 7171445.

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

Color convert

RGB117109109-
CMYK00.070.070.54
HSL3.54%44.31%-
HSV(B)6.84%45.88%-
XYZ15.5715.8216.7-
YUV111.39126.65132-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=34.93%
G=32.54%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710910900.070.070.5403.5444.31
Hex756D6D07736042c
Octal165155155077660454
Binary11101011101101110110101111111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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