#818677

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

Shades of Gunsmoke #818677

Tints of Gunsmoke #818677

Color information

#818677 (or 0x818677) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 77. RGB value is (129,134,119). Sum of RGB (Red+Green+Blue) = 129+134+119=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #818677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818677 is #7E7988. Grayscale: #828282. Windows color (decimal): -8288649 or 7833217. OLE color: 7833217.

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

Color convert

RGB129134119-
CMYK0.0400.110.47
HSL80º5.93%49.61%-
HSV(B)80º11.19%52.55%-
XYZ20.9123.0520.8-
YUV130.79121.34126.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=33.77%
G=35.08%
B=31.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341190.0400.110.47805.9349.61
Hex81867740B2F50632
Octal201206167401357120662
Binary10000001100001101110111100010111011111010000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818677; }

 p { color: rgb(129,134,119); }

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

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

 a { background-color: rgb(129,134,119); }

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

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

 span { border-color: rgb(129,134,119); }

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