#808776

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

Shades of Gunsmoke #808776

Tints of Gunsmoke #808776

Color information

#808776 (or 0x808776) is unknown color: approx Gunsmoke. HEX triplet: 80, 87 and 76. RGB value is (128,135,118). Sum of RGB (Red+Green+Blue) = 128+135+118=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #808776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808776 is #7F7889. Grayscale: #838383. Windows color (decimal): -8353930 or 7767936. OLE color: 7767936.

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

Color convert

RGB128135118-
CMYK0.0500.130.47
HSL84.71º6.72%49.61%-
HSV(B)84.71º12.59%52.94%-
XYZ20.8423.2320.52-
YUV130.97120.68125.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=33.60%
G=35.43%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351180.0500.130.4784.716.7249.61
Hex80877650D2F55732
Octal200207166501557125762
Binary10000000100001111110110101011011011111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808776; }

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

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

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

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

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

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

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

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