#80876C

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

Shades of Gunsmoke #80876C

Tints of Gunsmoke #80876C

Color information

#80876C (or 0x80876C) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 6C. RGB value is (128,135,108). Sum of RGB (Red+Green+Blue) = 128+135+108=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #80876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876C is #7F7893. Grayscale: #818181. Windows color (decimal): -8353940 or 7112576. OLE color: 7112576.

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

Color convert

RGB128135108-
CMYK0.0500.20.47
HSL75.56º11.11%47.65%-
HSV(B)75.56º20%52.94%-
XYZ20.272317.56-
YUV129.83115.68126.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=34.50%
G=36.39%
B=29.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351080.0500.20.4775.5611.1147.65
Hex80876C50142F4cb30
Octal2002071545024571141360
Binary1000000010000111110110010101010010111110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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