#808773

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

Shades of Gunsmoke #808773

Tints of Gunsmoke #808773

Color information

#808773 (or 0x808773) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 73. RGB value is (128,135,115). Sum of RGB (Red+Green+Blue) = 128+135+115=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #808773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808773 is #7F788C. Grayscale: #828282. Windows color (decimal): -8353933 or 7571328. OLE color: 7571328.

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

Color convert

RGB128135115-
CMYK0.0500.150.47
HSL81º8%49.02%-
HSV(B)81º14.81%52.94%-
XYZ20.6623.1519.6-
YUV130.63119.18126.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=33.86%
G=35.71%
B=30.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351150.0500.150.4781849.02
Hex80877350F2F51831
Octal2002071635017571211061
Binary100000001000011111100111010111110111110100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808773; }

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

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

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

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

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

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

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

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