#71726F

Color #71726F Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #71726F

Tints of Gunsmoke #71726F

Color information

#71726F (or 0x71726F) is unknown color: approx 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

RGB113114111-
CMYK0.0100.030.55
HSL80º1.33%44.12%-
HSV(B)80º2.63%44.71%-
XYZ15.716.6917.43-
YUV113.36126.67127.74-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131141110.0100.030.55801.3344.12
Hex71726F103375012c
Octal16116215710367120154
Binary111000111100101101111101111011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>