#706D6D

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

Shades of Dim Gray #706D6D

Tints of Dim Gray #706D6D

Color information

#706D6D (or 0x706D6D) is unknown color: approx Dim Gray. HEX triplet: 70, 6D and 6D. RGB value is (112,109,109). Sum of RGB (Red+Green+Blue) = 112+109+109=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 112 - color contains mainly: red. Hex color #706D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D6D is #8F9292. Grayscale: #6D6D6D. Windows color (decimal): -9409171 or 7171440. OLE color: 7171440.

HSL color Cylindrical-coordinate representation of color #706D6D: hue angle of 0º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #706D6D is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB112109109-
CMYK00.030.030.56
HSL1.36%43.33%-
HSV(B)2.68%43.92%-
XYZ14.9115.4916.67-
YUV109.9127.49129.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210910900.030.030.5601.3643.33
Hex706D6D03338012b
Octal160155155033700153
Binary1110000110110111011010111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706D6D; }

 p { color: rgb(112,109,109); }

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

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

 a { background-color: rgb(112,109,109); }

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

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

 span { border-color: rgb(112,109,109); }

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