#879073

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

Shades of Gunsmoke #879073

Tints of Gunsmoke #879073

Color information

#879073 (or 0x879073) is unknown color: approx Gunsmoke. HEX triplet: 87, 90 and 73. RGB value is (135,144,115). Sum of RGB (Red+Green+Blue) = 135+144+115=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #879073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879073 is #786F8C. Grayscale: #8A8A8A. Windows color (decimal): -7892877 or 7573639. OLE color: 7573639.

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

Color convert

RGB135144115-
CMYK0.0600.200.44
HSL78.62º11.55%50.78%-
HSV(B)78.62º20.14%56.47%-
XYZ23.0626.3420.09-
YUV138115.02125.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=34.26%
G=36.55%
B=29.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441150.0600.200.4478.6211.5550.78
Hex87907360142C4fc33
Octal2072201636024541171463
Binary1000011110010000111001111001010010110010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879073; }

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

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

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

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

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

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

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

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