#818771

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

Shades of Gunsmoke #818771

Tints of Gunsmoke #818771

Color information

#818771 (or 0x818771) is unknown color: approx Gunsmoke. HEX triplet: 81, 87 and 71. RGB value is (129,135,113). Sum of RGB (Red+Green+Blue) = 129+135+113=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #818771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818771 is #7E788E. Grayscale: #828282. Windows color (decimal): -8288399 or 7440257. OLE color: 7440257.

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

Color convert

RGB129135113-
CMYK0.0400.160.47
HSL76.36º8.87%48.63%-
HSV(B)76.36º16.3%52.94%-
XYZ20.723.1919.01-
YUV130.7118.01126.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=34.22%
G=35.81%
B=29.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351130.0400.160.4776.368.8748.63
Hex81877140102F4c931
Octal2012071614020571141161
Binary1000000110000111111000110001000010111110011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818771; }

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

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

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

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

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

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

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

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