#756968

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

Shades of Dim Gray #756968

Tints of Dim Gray #756968

Color information

#756968 (or 0x756968) is unknown color: approx Dim Gray. HEX triplet: 75, 69 and 68. RGB value is (117,105,104). Sum of RGB (Red+Green+Blue) = 117+105+104=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756968 is #8A9697. Grayscale: #6C6C6C. Windows color (decimal): -9082520 or 6842741. OLE color: 6842741.

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

Color convert

RGB117105104-
CMYK00.100.110.54
HSL4.62º5.88%43.33%-
HSV(B)4.62º11.11%45.88%-
XYZ14.8914.8815.19-
YUV108.47125.48134.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=35.89%
G=32.21%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710510400.100.110.544.625.8843.33
Hex7569680AB36562b
Octal16515115001213665653
Binary111010111010011101000010101011110110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756968; }

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

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

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

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

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

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

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

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