#818678

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

Shades of Gunsmoke #818678

Tints of Gunsmoke #818678

Color information

#818678 (or 0x818678) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 78. RGB value is (129,134,120). Sum of RGB (Red+Green+Blue) = 129+134+120=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #818678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818678 is #7E7987. Grayscale: #828282. Windows color (decimal): -8288648 or 7898753. OLE color: 7898753.

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

Color convert

RGB129134120-
CMYK0.0400.100.47
HSL81.43º5.51%49.8%-
HSV(B)81.43º10.45%52.55%-
XYZ20.9723.0721.12-
YUV130.91121.84126.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=33.68%
G=34.99%
B=31.33%

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
Decimal1291341200.0400.100.4781.435.5149.8
Hex81867840A2F51632
Octal201206170401257121662
Binary10000001100001101111000100010101011111010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818678; }

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

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

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

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

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

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

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

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