Html Css Color HEX #727371 Gunsmoke

📋 copy color: '#727371'

red 114 ◦ green 115 ◦ blue 113

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

Shades of Gunsmoke #727371

Tints of Gunsmoke #727371

RGB

 RED value IS 114 (44.92% from 255) = 33.33%

 GREEN value IS 115 (45.31% from 255) = 33.63%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 33.33%
G = 33.63%
B = 33.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#727371 (or 0x727371) is known color: Gunsmoke. HEX triplet: 72, 73 and 71. RGB value is (114,115,113). Sum of RGB (Red+Green+Blue) = 114+115+113=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 115 - color contains mainly: green. Hex color #727371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727371 is #8D8C8E. Grayscale: #727272. Windows color (decimal): -9276559 or 7435122. OLE color: 7435122.

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

Color convert

RGB 114 115 113 -
CMYK 0.01 0 0.02 0.55
HSL 90º 0.01% 0.45% -
HSV(B) 90º 0.02% 0.45% -
XYZ 16.05 17.03 18.06 -
YUV 114.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 114 115 113 0.01 0 0.02 0.55 90 0.01 0.45
Hex 72 73 71 1 0 2 37 5A 1 2D
Octal 162 163 161 1 0 2 67 132 1 55
Binary 1110010 1110011 1110001 1 0 10 110111 1011010 1 101101

Color Harmonies of #727371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727371

Black with #727371

Text Example


Text Example

White with #727371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727371; }

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

 H1.HeaderClassName
 {
   color: #727371;
 }
 .AnyTagClassName
 {
   color: #727371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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