#879074

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

Shades of Gunsmoke #879074

Tints of Gunsmoke #879074

Color information

#879074 (or 0x879074) is unknown color: approx Gunsmoke. HEX triplet: 87, 90 and 74. RGB value is (135,144,116). Sum of RGB (Red+Green+Blue) = 135+144+116=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #879074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879074 is #786F8B. Grayscale: #8A8A8A. Windows color (decimal): -7892876 or 7639175. OLE color: 7639175.

HSL color Cylindrical-coordinate representation of color #879074: hue angle of 79.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879074 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB135144116-
CMYK0.0600.190.44
HSL79.29º11.2%50.98%-
HSV(B)79.29º19.44%56.47%-
XYZ23.1226.3620.39-
YUV138.12115.52125.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=34.18%
G=36.46%
B=29.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441160.0600.190.4479.2911.250.98
Hex87907460132C4fb33
Octal2072201646023541171363
Binary1000011110010000111010011001001110110010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879074; }

 p { color: rgb(135,144,116); }

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

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

 a { background-color: rgb(135,144,116); }

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

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

 span { border-color: rgb(135,144,116); }

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