#818578

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

Shades of Gunsmoke #818578

Tints of Gunsmoke #818578

Color information

#818578 (or 0x818578) is unknown color: approx Gunsmoke. HEX triplet: 81, 85 and 78. RGB value is (129,133,120). Sum of RGB (Red+Green+Blue) = 129+133+120=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #818578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818578 is #7E7A87. Grayscale: #828282. Windows color (decimal): -8288904 or 7898497. OLE color: 7898497.

HSL color Cylindrical-coordinate representation of color #818578: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818578 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB129133120-
CMYK0.0300.100.48
HSL78.46º5.14%49.61%-
HSV(B)78.46º9.77%52.16%-
XYZ20.8322.821.07-
YUV130.32122.17127.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=33.77%
G=34.82%
B=31.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331200.0300.100.4878.465.1449.61
Hex81857830A304e532
Octal201205170301260116562
Binary1000000110000101111100011010101100001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818578; }

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

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

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

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

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

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

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

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