#766C6C

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

Shades of Dim Gray #766C6C

Tints of Dim Gray #766C6C

Color information

#766C6C (or 0x766C6C) is unknown color: approx Dim Gray. HEX triplet: 76, 6C and 6C. RGB value is (118,108,108). Sum of RGB (Red+Green+Blue) = 118+108+108=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6C is #899393. Grayscale: #6F6F6F. Windows color (decimal): -9016212 or 7105654. OLE color: 7105654.

HSL color Cylindrical-coordinate representation of color #766C6C: 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.08%. Process color model (Four color, CMYK) of #766C6C is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118108108-
CMYK00.080.080.54
HSL4.42%44.31%-
HSV(B)8.47%46.27%-
XYZ15.5415.6616.39-
YUV110.99126.31133-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=35.33%
G=32.34%
B=32.34%

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
Decimal11810810800.080.080.5404.4244.31
Hex766C6C08836042c
Octal16615415401010660454
Binary1110110110110011011000100010001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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