Html Css Color HEX #71726F Gunsmoke

📋 copy color: '#71726F'

red 113 ◦ green 114 ◦ blue 111

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

Shades of Gunsmoke #71726F

Tints of Gunsmoke #71726F

RGB

 RED value IS 113 (44.53% from 255) = 33.43%

 GREEN value IS 114 (44.92% from 255) = 33.73%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 33.43%
G = 33.73%
B = 32.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#71726F (or 0x71726F) is known color: Gunsmoke. HEX triplet: 71, 72 and 6F. RGB value is (113,114,111). Sum of RGB (Red+Green+Blue) = 113+114+111=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 114 - color contains mainly: green. Hex color #71726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71726F is #8E8D90. Grayscale: #717171. Windows color (decimal): -9342353 or 7303793. OLE color: 7303793.

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

Color convert

RGB 113 114 111 -
CMYK 0.01 0 0.03 0.55
HSL 80º 0.01% 0.44% -
HSV(B) 80º 0.03% 0.45% -
XYZ 15.7 16.69 17.43 -
YUV 113.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 113 114 111 0.01 0 0.03 0.55 80 0.01 0.44
Hex 71 72 6F 1 0 3 37 50 1 2C
Octal 161 162 157 1 0 3 67 120 1 54
Binary 1110001 1110010 1101111 1 0 11 110111 1010000 1 101100

Color Harmonies of #71726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71726F

Black with #71726F

Text Example


Text Example

White with #71726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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