Html Css Color HEX #727171 Dim Gray

📋 copy color: '#727171'

red 114 ◦ green 113 ◦ blue 113

#727171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dim Gray #727171

Tints of Dim Gray #727171

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 value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#727171 (or 0x727171) is known color: 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

RGB 114 113 113 -
CMYK 0 0.01 0.01 0.55
HSL 0% 0.45% -
HSV(B) 0.01% 0.45% -
XYZ 15.83 16.58 17.99 -
YUV 113.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 114 113 113 0 0.01 0.01 0.55 0 0 0.45
Hex 72 71 71 0 1 1 37 0 0 2D
Octal 162 161 161 0 1 1 67 0 0 55
Binary 1110010 1110001 1110001 0 1 1 110111 0 0 101101

Color Harmonies of #727171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727171

Black with #727171

Text Example


Text Example

White with #727171

Text Example


Text Example

HTML Codes & Css Web 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>