#80876D

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

Shades of Gunsmoke #80876D

Tints of Gunsmoke #80876D

Color information

#80876D (or 0x80876D) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 6D. RGB value is (128,135,109). Sum of RGB (Red+Green+Blue) = 128+135+109=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #80876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876D is #7F7892. Grayscale: #828282. Windows color (decimal): -8353939 or 7178112. OLE color: 7178112.

HSL color Cylindrical-coordinate representation of color #80876D: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80876D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB128135109-
CMYK0.0500.190.47
HSL76.15º10.66%47.84%-
HSV(B)76.15º19.26%52.94%-
XYZ20.3323.0217.84-
YUV129.94116.18126.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=34.41%
G=36.29%
B=29.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351090.0500.190.4776.1510.6647.84
Hex80876D50132F4cb30
Octal2002071555023571141360
Binary1000000010000111110110110101001110111110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80876D; }

 p { color: rgb(128,135,109); }

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

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

 a { background-color: rgb(128,135,109); }

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

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

 span { border-color: rgb(128,135,109); }

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