#838A74

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

Shades of Gunsmoke #838A74

Tints of Gunsmoke #838A74

Color information

#838A74 (or 0x838A74) is unknown color: approx Gunsmoke. HEX triplet: 83, 8A and 74. RGB value is (131,138,116). Sum of RGB (Red+Green+Blue) = 131+138+116=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 138 - color contains mainly: green. Hex color #838A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A74 is #7C758B. Grayscale: #858585. Windows color (decimal): -8156556 or 7637635. OLE color: 7637635.

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

Color convert

RGB131138116-
CMYK0.0500.160.46
HSL79.09º8.66%49.8%-
HSV(B)79.09º15.94%54.12%-
XYZ21.624.2620.07-
YUV133.4118.18126.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=34.03%
G=35.84%
B=30.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381160.0500.160.4679.098.6649.8
Hex838A7450102E4f932
Octal2032121645020561171162
Binary1000001110001010111010010101000010111010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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