#879076

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

Shades of Gunsmoke #879076

Tints of Gunsmoke #879076

Color information

#879076 (or 0x879076) is unknown color: approx Gunsmoke. HEX triplet: 87, 90 and 76. RGB value is (135,144,118). Sum of RGB (Red+Green+Blue) = 135+144+118=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #879076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879076 is #786F89. Grayscale: #8A8A8A. Windows color (decimal): -7892874 or 7770247. OLE color: 7770247.

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

Color convert

RGB135144118-
CMYK0.0600.180.44
HSL80.77º10.48%51.37%-
HSV(B)80.77º18.06%56.47%-
XYZ23.2326.4121.01-
YUV138.34116.52125.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=34.01%
G=36.27%
B=29.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441180.0600.180.4480.7710.4851.37
Hex87907660122C51a33
Octal2072201666022541211263
Binary1000011110010000111011011001001010110010100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879076; }

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

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

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

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

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

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

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

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