#808577

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

Shades of Gunsmoke #808577

Tints of Gunsmoke #808577

Color information

#808577 (or 0x808577) is unknown color: approx Gunsmoke. HEX triplet: 80, 85 and 77. RGB value is (128,133,119). Sum of RGB (Red+Green+Blue) = 128+133+119=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #808577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808577 is #7F7A88. Grayscale: #818181. Windows color (decimal): -8354441 or 7832960. OLE color: 7832960.

HSL color Cylindrical-coordinate representation of color #808577: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808577 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB128133119-
CMYK0.0400.110.48
HSL81.43º5.56%49.41%-
HSV(B)81.43º10.53%52.16%-
XYZ20.6222.720.75-
YUV129.91121.84126.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=33.68%
G=35%
B=31.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331190.0400.110.4881.435.5649.41
Hex80857740B3051631
Octal200205167401360121661
Binary10000000100001011110111100010111100001010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808577; }

 p { color: rgb(128,133,119); }

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

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

 a { background-color: rgb(128,133,119); }

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

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

 span { border-color: rgb(128,133,119); }

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