#808774

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

Shades of Gunsmoke #808774

Tints of Gunsmoke #808774

Color information

#808774 (or 0x808774) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 74. RGB value is (128,135,116). Sum of RGB (Red+Green+Blue) = 128+135+116=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #808774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808774 is #7F788B. Grayscale: #828282. Windows color (decimal): -8353932 or 7636864. OLE color: 7636864.

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

Color convert

RGB128135116-
CMYK0.0500.140.47
HSL82.11º7.57%49.22%-
HSV(B)82.11º14.07%52.94%-
XYZ20.7223.1819.9-
YUV130.74119.68126.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=33.77%
G=35.62%
B=30.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351160.0500.140.4782.117.5749.22
Hex80877450E2F52831
Octal2002071645016571221061
Binary100000001000011111101001010111010111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808774; }

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

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

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

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

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

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

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

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