#808575

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

Shades of Gunsmoke #808575

Tints of Gunsmoke #808575

Color information

#808575 (or 0x808575) is unknown color: approx Gunsmoke. HEX triplet: 80, 85 and 75. RGB value is (128,133,117). Sum of RGB (Red+Green+Blue) = 128+133+117=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #808575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808575 is #7F7A8A. Grayscale: #818181. Windows color (decimal): -8354443 or 7701888. OLE color: 7701888.

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

Color convert

RGB128133117-
CMYK0.0400.120.48
HSL78.75º6.4%49.02%-
HSV(B)78.75º12.03%52.16%-
XYZ20.522.6520.12-
YUV129.68120.84126.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=33.86%
G=35.19%
B=30.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331170.0400.120.4878.756.449.02
Hex80857540C304f631
Octal200205165401460117661
Binary10000000100001011110101100011001100001001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808575; }

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

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

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

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

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

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

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

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