#756464

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

Shades of Dim Gray #756464

Tints of Dim Gray #756464

Color information

#756464 (or 0x756464) is unknown color: approx Dim Gray. HEX triplet: 75, 64 and 64. RGB value is (117,100,100). Sum of RGB (Red+Green+Blue) = 117+100+100=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756464 is #8A9B9B. Grayscale: #696969. Windows color (decimal): -9083804 or 6579317. OLE color: 6579317.

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

Color convert

RGB117100100-
CMYK00.150.150.54
HSL7.83%42.55%-
HSV(B)14.53%45.88%-
XYZ14.1913.8213.98-
YUV105.08125.13136.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=36.91%
G=31.55%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710010000.150.150.5407.8342.55
Hex7564640FF36082b
Octal165144144017176601053
Binary11101011100100110010001111111111011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756464; }

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

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

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

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

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

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

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

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