#82857B

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

Shades of Gunsmoke #82857B

Tints of Gunsmoke #82857B

Color information

#82857B (or 0x82857B) is unknown color: approx Gunsmoke. HEX triplet: 82, 85 and 7B. RGB value is (130,133,123). Sum of RGB (Red+Green+Blue) = 130+133+123=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #82857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82857B is #7D7A84. Grayscale: #838383. Windows color (decimal): -8223365 or 8095106. OLE color: 8095106.

HSL color Cylindrical-coordinate representation of color #82857B: hue angle of 78º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82857B is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB130133123-
CMYK0.0200.080.48
HSL78º3.94%50.2%-
HSV(B)78º7.52%52.16%-
XYZ21.1722.9522.05-
YUV130.96123.51127.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=33.68%
G=34.46%
B=31.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331230.0200.080.48783.9450.2
Hex82857B208304e432
Octal202205173201060116462
Binary1000001010000101111101110010001100001001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82857B; }

 p { color: rgb(130,133,123); }

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

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

 a { background-color: rgb(130,133,123); }

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

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

 span { border-color: rgb(130,133,123); }

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