#838775

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

Shades of Gunsmoke #838775

Tints of Gunsmoke #838775

Color information

#838775 (or 0x838775) is unknown color: approx Gunsmoke. HEX triplet: 83, 87 and 75. RGB value is (131,135,117). Sum of RGB (Red+Green+Blue) = 131+135+117=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #838775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838775 is #7C788A. Grayscale: #838383. Windows color (decimal): -8157323 or 7702403. OLE color: 7702403.

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

Color convert

RGB131135117-
CMYK0.0300.130.47
HSL73.33º7.14%49.41%-
HSV(B)73.33º13.33%52.94%-
XYZ21.2323.4420.23-
YUV131.75119.67127.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=34.20%
G=35.25%
B=30.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351170.0300.130.4773.337.1449.41
Hex83877530D2F49731
Octal203207165301557111761
Binary1000001110000111111010111011011011111001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838775; }

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

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

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

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

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

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

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

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