#756666

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

Shades of Dim Gray #756666

Tints of Dim Gray #756666

Color information

#756666 (or 0x756666) is unknown color: approx Dim Gray. HEX triplet: 75, 66 and 66. RGB value is (117,102,102). Sum of RGB (Red+Green+Blue) = 117+102+102=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #756666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756666 is #8A9999. Grayscale: #6A6A6A. Windows color (decimal): -9083290 or 6710901. OLE color: 6710901.

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

Color convert

RGB117102102-
CMYK00.130.130.54
HSL6.85%42.94%-
HSV(B)12.82%45.88%-
XYZ14.4914.2414.56-
YUV106.48125.47135.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=36.45%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710210200.130.130.5406.8542.94
Hex7566660DD36072b
Octal16514614601515660753
Binary1110101110011011001100110111011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756666; }

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

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

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

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

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

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

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

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