#707070

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

Shades of Dim Gray #707070

Tints of Dim Gray #707070

Color information

#707070 (or 0x707070) is unknown color: approx Dim Gray. HEX triplet: 70, 70 and 70. RGB value is (112,112,112). Sum of RGB (Red+Green+Blue) = 112+112+112=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 112 - color contains mainly: red, green, blue. Hex color #707070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707070 is #8F8F8F. Grayscale: #707070. Windows color (decimal): -9408400 or 7368816. OLE color: 7368816.

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

Color convert

RGB112112112-
CMYK0000.56
HSL0%43.92%-
HSV(B)0%43.92%-
XYZ15.416.217.65-
YUV112128128-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121121120000.560043.92
Hex70707000038002c
Octal160160160000700054
Binary11100001110000111000000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707070; }

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

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

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

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

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

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

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

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