#879171

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

Shades of Gunsmoke #879171

Tints of Gunsmoke #879171

Color information

#879171 (or 0x879171) is unknown color: approx Gunsmoke. HEX triplet: 87, 91 and 71. RGB value is (135,145,113). Sum of RGB (Red+Green+Blue) = 135+145+113=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #879171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879171 is #786E8E. Grayscale: #8A8A8A. Windows color (decimal): -7892623 or 7442823. OLE color: 7442823.

HSL color Cylindrical-coordinate representation of color #879171: hue angle of 78.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879171 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB135145113-
CMYK0.0700.220.43
HSL78.75º12.7%50.59%-
HSV(B)78.75º22.07%56.86%-
XYZ23.126.5919.54-
YUV138.36113.69125.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=34.35%
G=36.90%
B=28.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351451130.0700.220.4378.7512.750.59
Hex87917170162B4fd33
Octal2072211617026531171563
Binary1000011110010001111000111101011010101110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879171; }

 p { color: rgb(135,145,113); }

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

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

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

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

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

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

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