#80886B

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

Shades of Gunsmoke #80886B

Tints of Gunsmoke #80886B

Color information

#80886B (or 0x80886B) is unknown color: approx Gunsmoke. HEX triplet: 80, 88 and 6B. RGB value is (128,136,107). Sum of RGB (Red+Green+Blue) = 128+136+107=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #80886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80886B is #7F7794. Grayscale: #828282. Windows color (decimal): -8353685 or 7047296. OLE color: 7047296.

HSL color Cylindrical-coordinate representation of color #80886B: hue angle of 76.55º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80886B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB128136107-
CMYK0.0600.210.47
HSL76.55º11.93%47.65%-
HSV(B)76.55º21.32%53.33%-
XYZ20.3623.2617.33-
YUV130.3114.85126.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=34.50%
G=36.66%
B=28.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361070.0600.210.4776.5511.9347.65
Hex80886B60152F4dc30
Octal2002101536025571151460
Binary1000000010001000110101111001010110111110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80886B; }

 p { color: rgb(128,136,107); }

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

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

 a { background-color: rgb(128,136,107); }

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

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

 span { border-color: rgb(128,136,107); }

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