#766D6C

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

Shades of Dim Gray #766D6C

Tints of Dim Gray #766D6C

Color information

#766D6C (or 0x766D6C) is unknown color: approx Dim Gray. HEX triplet: 76, 6D and 6C. RGB value is (118,109,108). Sum of RGB (Red+Green+Blue) = 118+109+108=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6C is #899293. Grayscale: #6F6F6F. Windows color (decimal): -9015956 or 7105910. OLE color: 7105910.

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

Color convert

RGB118109108-
CMYK00.080.080.54
HSL4.42%44.31%-
HSV(B)8.47%46.27%-
XYZ15.6515.8716.43-
YUV111.58125.98132.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=35.22%
G=32.54%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810910800.080.080.5464.4244.31
Hex766D6C08836642c
Octal16615515401010666454
Binary111011011011011101100010001000110110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D6C; }

 p { color: rgb(118,109,108); }

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

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

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

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

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

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

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