#766666

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

Shades of Dim Gray #766666

Tints of Dim Gray #766666

Color information

#766666 (or 0x766666) is unknown color: approx Dim Gray. HEX triplet: 76, 66 and 66. RGB value is (118,102,102). Sum of RGB (Red+Green+Blue) = 118+102+102=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766666 is #899999. Grayscale: #6A6A6A. Windows color (decimal): -9017754 or 6710902. OLE color: 6710902.

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

Color convert

RGB118102102-
CMYK00.140.140.54
HSL7.27%43.14%-
HSV(B)13.56%46.27%-
XYZ14.6214.3114.56-
YUV106.78125.3136-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=36.65%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810210200.140.140.5407.2743.14
Hex7666660EE36072b
Octal16614614601616660753
Binary1110110110011011001100111011101101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766666; }

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

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

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

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

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

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

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

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