#737272

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

Shades of Dim Gray #737272

Tints of Dim Gray #737272

Color information

#737272 (or 0x737272) is unknown color: approx Dim Gray. HEX triplet: 73, 72 and 72. RGB value is (115,114,114). Sum of RGB (Red+Green+Blue) = 115+114+114=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 115 - color contains mainly: red. Hex color #737272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737272 is #8C8D8D. Grayscale: #727272. Windows color (decimal): -9211278 or 7500403. OLE color: 7500403.

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

Color convert

RGB115114114-
CMYK00.010.010.55
HSL0.44%44.9%-
HSV(B)0.87%45.1%-
XYZ16.1216.8918.33-
YUV114.3127.83128.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=33.53%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511411400.010.010.5500.4444.9
Hex73727201137002d
Octal163162162011670055
Binary11100111110010111001001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737272; }

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

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

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

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

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

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

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

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