#808771

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

Shades of Gunsmoke #808771

Tints of Gunsmoke #808771

Color information

#808771 (or 0x808771) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 71. RGB value is (128,135,113). Sum of RGB (Red+Green+Blue) = 128+135+113=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #808771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808771 is #7F788E. Grayscale: #828282. Windows color (decimal): -8353935 or 7440256. OLE color: 7440256.

HSL color Cylindrical-coordinate representation of color #808771: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808771 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB128135113-
CMYK0.0500.160.47
HSL79.09º8.87%48.63%-
HSV(B)79.09º16.3%52.94%-
XYZ20.5523.1119-
YUV130.4118.18126.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=34.04%
G=35.90%
B=30.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351130.0500.160.4779.098.8748.63
Hex80877150102F4f931
Octal2002071615020571171161
Binary1000000010000111111000110101000010111110011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808771; }

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

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

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

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

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

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

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

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