#828A75

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

Shades of Gunsmoke #828A75

Tints of Gunsmoke #828A75

Color information

#828A75 (or 0x828A75) is unknown color: approx Gunsmoke. HEX triplet: 82, 8A and 75. RGB value is (130,138,117). Sum of RGB (Red+Green+Blue) = 130+138+117=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 138 - color contains mainly: green. Hex color #828A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A75 is #7D758A. Grayscale: #858585. Windows color (decimal): -8222091 or 7703170. OLE color: 7703170.

HSL color Cylindrical-coordinate representation of color #828A75: hue angle of 82.86º 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 #828A75 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB130138117-
CMYK0.0600.150.46
HSL82.86º8.24%50%-
HSV(B)82.86º15.22%54.12%-
XYZ21.5124.2120.37-
YUV133.21118.85125.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=33.77%
G=35.84%
B=30.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381170.0600.150.4682.868.2450
Hex828A7560F2E53832
Octal2022121656017561231062
Binary100000101000101011101011100111110111010100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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