#727171

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

Shades of Dim Gray #727171

Tints of Dim Gray #727171

Color information

#727171 (or 0x727171) is unknown color: approx Dim Gray. HEX triplet: 72, 71 and 71. RGB value is (114,113,113). Sum of RGB (Red+Green+Blue) = 114+113+113=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 114 - color contains mainly: red. Hex color #727171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727171 is #8D8E8E. Grayscale: #717171. Windows color (decimal): -9277071 or 7434610. OLE color: 7434610.

HSL color Cylindrical-coordinate representation of color #727171: 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 #727171 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB114113113-
CMYK00.010.010.55
HSL0.44%44.51%-
HSV(B)0.88%44.71%-
XYZ15.8316.5817.99-
YUV113.3127.83128.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 113 (44.53% 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
Decimal11411311300.010.010.5500.4444.51
Hex72717101137002d
Octal162161161011670055
Binary11100101110001111000101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727171; }

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

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

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

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

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

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

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

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