#818871

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

Shades of Gunsmoke #818871

Tints of Gunsmoke #818871

Color information

#818871 (or 0x818871) is unknown color: approx Gunsmoke. HEX triplet: 81, 88 and 71. RGB value is (129,136,113). Sum of RGB (Red+Green+Blue) = 129+136+113=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #818871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818871 is #7E778E. Grayscale: #838383. Windows color (decimal): -8288143 or 7440513. OLE color: 7440513.

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

Color convert

RGB129136113-
CMYK0.0500.170.47
HSL78.26º9.24%48.82%-
HSV(B)78.26º16.91%53.33%-
XYZ20.8423.4719.05-
YUV131.28117.68126.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=34.13%
G=35.98%
B=29.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291361130.0500.170.4778.269.2448.82
Hex81887150112F4e931
Octal2012101615021571161161
Binary1000000110001000111000110101000110111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818871; }

 p { color: rgb(129,136,113); }

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

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

 a { background-color: rgb(129,136,113); }

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

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

 span { border-color: rgb(129,136,113); }

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