#838A75

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

Shades of Gunsmoke #838A75

Tints of Gunsmoke #838A75

Color information

#838A75 (or 0x838A75) is unknown color: approx Gunsmoke. HEX triplet: 83, 8A and 75. RGB value is (131,138,117). Sum of RGB (Red+Green+Blue) = 131+138+117=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #838A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A75 is #7C758A. Grayscale: #858585. Windows color (decimal): -8156555 or 7703171. OLE color: 7703171.

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

Color convert

RGB131138117-
CMYK0.0500.150.46
HSL80º8.24%50%-
HSV(B)80º15.22%54.12%-
XYZ21.6624.2920.38-
YUV133.51118.68126.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=33.94%
G=35.75%
B=30.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381170.0500.150.46808.2450
Hex838A7550F2E50832
Octal2032121655017561201062
Binary100000111000101011101011010111110111010100001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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