#818576

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

Shades of Gunsmoke #818576

Tints of Gunsmoke #818576

Color information

#818576 (or 0x818576) is unknown color: approx Gunsmoke. HEX triplet: 81, 85 and 76. RGB value is (129,133,118). Sum of RGB (Red+Green+Blue) = 129+133+118=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #818576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818576 is #7E7A89. Grayscale: #828282. Windows color (decimal): -8288906 or 7767425. OLE color: 7767425.

HSL color Cylindrical-coordinate representation of color #818576: hue angle of 76º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818576 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB129133118-
CMYK0.0300.110.48
HSL76º5.98%49.22%-
HSV(B)76º11.28%52.16%-
XYZ20.7122.7520.44-
YUV130.09121.17127.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=33.95%
G=35%
B=31.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331180.0300.110.48765.9849.22
Hex81857630B304c631
Octal201205166301360114661
Binary1000000110000101111011011010111100001001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818576; }

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

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

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

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

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

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

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

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