#727070

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

Shades of Dim Gray #727070

Tints of Dim Gray #727070

Color information

#727070 (or 0x727070) is unknown color: approx Dim Gray. HEX triplet: 72, 70 and 70. RGB value is (114,112,112). Sum of RGB (Red+Green+Blue) = 114+112+112=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 114 - color contains mainly: red. Hex color #727070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727070 is #8D8F8F. Grayscale: #707070. Windows color (decimal): -9277328 or 7368818. OLE color: 7368818.

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

Color convert

RGB114112112-
CMYK00.020.020.55
HSL0.88%44.31%-
HSV(B)1.75%44.71%-
XYZ15.6616.3417.66-
YUV112.6127.66129-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=33.73%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411211200.020.020.5500.8844.31
Hex72707002237012c
Octal162160160022670154
Binary1110010111000011100000101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727070; }

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

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

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

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

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

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

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

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