#818778

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

Shades of Gunsmoke #818778

Tints of Gunsmoke #818778

Color information

#818778 (or 0x818778) is unknown color: approx Gunsmoke. HEX triplet: 81, 87 and 78. RGB value is (129,135,120). Sum of RGB (Red+Green+Blue) = 129+135+120=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #818778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818778 is #7E7887. Grayscale: #838383. Windows color (decimal): -8288392 or 7899009. OLE color: 7899009.

HSL color Cylindrical-coordinate representation of color #818778: hue angle of 84º 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 #818778 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB129135120-
CMYK0.0400.110.47
HSL84º5.88%50%-
HSV(B)84º11.11%52.94%-
XYZ21.1123.3521.16-
YUV131.5121.51126.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=33.59%
G=35.16%
B=31.25%

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
Decimal1291351200.0400.110.47845.8850
Hex81877840B2F54632
Octal201207170401357124662
Binary10000001100001111111000100010111011111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818778; }

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

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

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

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

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

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

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

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