#80876E

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

Shades of Gunsmoke #80876E

Tints of Gunsmoke #80876E

Color information

#80876E (or 0x80876E) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 6E. RGB value is (128,135,110). Sum of RGB (Red+Green+Blue) = 128+135+110=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #80876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876E is #7F7891. Grayscale: #828282. Windows color (decimal): -8353938 or 7243648. OLE color: 7243648.

HSL color Cylindrical-coordinate representation of color #80876E: hue angle of 76.8º degrees, saturation: 0.1, 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 #80876E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB128135110-
CMYK0.0500.190.47
HSL76.8º10.2%48.04%-
HSV(B)76.8º18.52%52.94%-
XYZ20.3823.0418.13-
YUV130.06116.68126.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=34.32%
G=36.19%
B=29.49%

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
Decimal1281351100.0500.190.4776.810.248.04
Hex80876E50132F4da30
Octal2002071565023571151260
Binary1000000010000111110111010101001110111110011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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