#838A7A

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

Shades of Gunsmoke #838A7A

Tints of Gunsmoke #838A7A

Color information

#838A7A (or 0x838A7A) is unknown color: approx Gunsmoke. HEX triplet: 83, 8A and 7A. RGB value is (131,138,122). Sum of RGB (Red+Green+Blue) = 131+138+122=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #838A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A7A is #7C7585. Grayscale: #868686. Windows color (decimal): -8156550 or 8030851. OLE color: 8030851.

HSL color Cylindrical-coordinate representation of color #838A7A: hue angle of 86.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838A7A is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB131138122-
CMYK0.0500.120.46
HSL86.25º6.4%50.98%-
HSV(B)86.25º11.59%54.12%-
XYZ21.9624.4121.97-
YUV134.08121.18125.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=33.50%
G=35.29%
B=31.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381220.0500.120.4686.256.450.98
Hex838A7A50C2E56633
Octal203212172501456126663
Binary10000011100010101111010101011001011101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838A7A; }

 p { color: rgb(131,138,122); }

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

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

 a { background-color: rgb(131,138,122); }

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

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

 span { border-color: rgb(131,138,122); }

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