#766565

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

Shades of Dim Gray #766565

Tints of Dim Gray #766565

Color information

#766565 (or 0x766565) is unknown color: approx Dim Gray. HEX triplet: 76, 65 and 65. RGB value is (118,101,101). Sum of RGB (Red+Green+Blue) = 118+101+101=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766565 is #899A9A. Grayscale: #6A6A6A. Windows color (decimal): -9018011 or 6645110. OLE color: 6645110.

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

Color convert

RGB118101101-
CMYK00.140.140.54
HSL7.76%42.94%-
HSV(B)14.41%46.27%-
XYZ14.4714.114.27-
YUV106.08125.13136.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=36.88%
G=31.56%
B=31.56%

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
Decimal11810110100.140.140.5407.7642.94
Hex7665650EE36082b
Octal166145145016166601053
Binary11101101100101110010101110111011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766565; }

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

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

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

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

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

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

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

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