#808870

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

Shades of Gunsmoke #808870

Tints of Gunsmoke #808870

Color information

#808870 (or 0x808870) is unknown color: approx Gunsmoke. HEX triplet: 80, 88 and 70. RGB value is (128,136,112). Sum of RGB (Red+Green+Blue) = 128+136+112=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #808870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808870 is #7F778F. Grayscale: #828282. Windows color (decimal): -8353680 or 7374976. OLE color: 7374976.

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

Color convert

RGB128136112-
CMYK0.0600.180.47
HSL80º9.68%48.63%-
HSV(B)80º17.65%53.33%-
XYZ20.6323.3718.75-
YUV130.87117.35125.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361120.0600.180.47809.6848.63
Hex80887060122F50a31
Octal2002101606022571201261
Binary1000000010001000111000011001001010111110100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808870; }

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

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

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

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

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

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

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

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