#879172

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

Shades of Gunsmoke #879172

Tints of Gunsmoke #879172

Color information

#879172 (or 0x879172) is unknown color: approx Gunsmoke. HEX triplet: 87, 91 and 72. RGB value is (135,145,114). Sum of RGB (Red+Green+Blue) = 135+145+114=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #879172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879172 is #786E8D. Grayscale: #8A8A8A. Windows color (decimal): -7892622 or 7508359. OLE color: 7508359.

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

Color convert

RGB135145114-
CMYK0.0700.210.43
HSL79.35º12.35%50.78%-
HSV(B)79.35º21.38%56.86%-
XYZ23.1526.6219.84-
YUV138.48114.19125.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=34.26%
G=36.80%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351451140.0700.210.4379.3512.3550.78
Hex87917270152B4fc33
Octal2072211627025531171463
Binary1000011110010001111001011101010110101110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879172; }

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

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

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

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

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

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

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

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