#756969

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

Shades of Dim Gray #756969

Tints of Dim Gray #756969

Color information

#756969 (or 0x756969) is unknown color: approx Dim Gray. HEX triplet: 75, 69 and 69. RGB value is (117,105,105). Sum of RGB (Red+Green+Blue) = 117+105+105=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756969 is #8A9696. Grayscale: #6C6C6C. Windows color (decimal): -9082519 or 6908277. OLE color: 6908277.

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

Color convert

RGB117105105-
CMYK00.100.100.54
HSL5.41%43.53%-
HSV(B)10.26%45.88%-
XYZ14.9414.915.45-
YUV108.59125.98134-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=35.78%
G=32.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710510500.100.100.5405.4143.53
Hex7569690AA36052c
Octal16515115101212660554
Binary1110101110100111010010101010101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756969; }

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

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

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

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

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

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

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

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