#818779

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

Shades of Gunsmoke #818779

Tints of Gunsmoke #818779

Color information

#818779 (or 0x818779) is unknown color: approx Gunsmoke. HEX triplet: 81, 87 and 79. RGB value is (129,135,121). Sum of RGB (Red+Green+Blue) = 129+135+121=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #818779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818779 is #7E7886. Grayscale: #838383. Windows color (decimal): -8288391 or 7964545. OLE color: 7964545.

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

Color convert

RGB129135121-
CMYK0.0400.100.47
HSL85.71º5.51%50.2%-
HSV(B)85.71º10.37%52.94%-
XYZ21.1723.3821.49-
YUV131.61122.01126.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=33.51%
G=35.06%
B=31.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351210.0400.100.4785.715.5150.2
Hex81877940A2F56632
Octal201207171401257126662
Binary10000001100001111111001100010101011111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818779; }

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

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

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

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

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

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

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

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