#818976

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

Shades of Gunsmoke #818976

Tints of Gunsmoke #818976

Color information

#818976 (or 0x818976) is unknown color: approx Gunsmoke. HEX triplet: 81, 89 and 76. RGB value is (129,137,118). Sum of RGB (Red+Green+Blue) = 129+137+118=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #818976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818976 is #7E7689. Grayscale: #848484. Windows color (decimal): -8287882 or 7768449. OLE color: 7768449.

HSL color Cylindrical-coordinate representation of color #818976: hue angle of 85.26º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818976 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB129137118-
CMYK0.0600.140.46
HSL85.26º7.45%50%-
HSV(B)85.26º13.87%53.73%-
XYZ21.2723.8720.63-
YUV132.44119.85125.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=33.59%
G=35.68%
B=30.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371180.0600.140.4685.267.4550
Hex81897660E2E55732
Octal201211166601656125762
Binary10000001100010011110110110011101011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818976; }

 p { color: rgb(129,137,118); }

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

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

 a { background-color: rgb(129,137,118); }

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

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

 span { border-color: rgb(129,137,118); }

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