#818478

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

Shades of Gunsmoke #818478

Tints of Gunsmoke #818478

Color information

#818478 (or 0x818478) is unknown color: approx Gunsmoke. HEX triplet: 81, 84 and 78. RGB value is (129,132,120). Sum of RGB (Red+Green+Blue) = 129+132+120=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #818478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818478 is #7E7B87. Grayscale: #818181. Windows color (decimal): -8289160 or 7898241. OLE color: 7898241.

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

Color convert

RGB129132120-
CMYK0.0200.090.48
HSL75º4.76%49.41%-
HSV(B)75º9.09%51.76%-
XYZ20.6922.5321.03-
YUV129.73122.51127.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=33.86%
G=34.65%
B=31.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321200.0200.090.48754.7649.41
Hex818478209304b531
Octal201204170201160113561
Binary1000000110000100111100010010011100001001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818478; }

 p { color: rgb(129,132,120); }

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

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

 a { background-color: rgb(129,132,120); }

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

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

 span { border-color: rgb(129,132,120); }

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