#737070

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

Shades of Dim Gray #737070

Tints of Dim Gray #737070

Color information

#737070 (or 0x737070) is unknown color: approx Dim Gray. HEX triplet: 73, 70 and 70. RGB value is (115,112,112). Sum of RGB (Red+Green+Blue) = 115+112+112=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 115 - color contains mainly: red. Hex color #737070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737070 is #8C8F8F. Grayscale: #707070. Windows color (decimal): -9211792 or 7368819. OLE color: 7368819.

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

Color convert

RGB115112112-
CMYK00.030.030.55
HSL1.32%44.51%-
HSV(B)2.61%45.1%-
XYZ15.7916.417.66-
YUV112.9127.49129.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=33.92%
G=33.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511211200.030.030.5501.3244.51
Hex73707003337012d
Octal163160160033670155
Binary1110011111000011100000111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737070; }

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

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

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

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

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

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

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

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