#838774

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

Shades of Gunsmoke #838774

Tints of Gunsmoke #838774

Color information

#838774 (or 0x838774) is unknown color: approx Gunsmoke. HEX triplet: 83, 87 and 74. RGB value is (131,135,116). Sum of RGB (Red+Green+Blue) = 131+135+116=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #838774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838774 is #7C788B. Grayscale: #838383. Windows color (decimal): -8157324 or 7636867. OLE color: 7636867.

HSL color Cylindrical-coordinate representation of color #838774: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838774 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB131135116-
CMYK0.0300.140.47
HSL72.63º7.57%49.22%-
HSV(B)72.63º14.07%52.94%-
XYZ21.1823.4119.93-
YUV131.64119.17127.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=34.29%
G=35.34%
B=30.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351160.0300.140.4772.637.5749.22
Hex83877430E2F49831
Octal2032071643016571111061
Binary10000011100001111110100110111010111110010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838774; }

 p { color: rgb(131,135,116); }

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

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

 a { background-color: rgb(131,135,116); }

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

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

 span { border-color: rgb(131,135,116); }

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