#828B72

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

Shades of Gunsmoke #828B72

Tints of Gunsmoke #828B72

Color information

#828B72 (or 0x828B72) is unknown color: approx Gunsmoke. HEX triplet: 82, 8B and 72. RGB value is (130,139,114). Sum of RGB (Red+Green+Blue) = 130+139+114=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #828B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B72 is #7D748D. Grayscale: #858585. Windows color (decimal): -8221838 or 7506818. OLE color: 7506818.

HSL color Cylindrical-coordinate representation of color #828B72: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #828B72 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB130139114-
CMYK0.0600.180.45
HSL81.6º9.88%49.61%-
HSV(B)81.6º17.99%54.51%-
XYZ21.4824.4319.5-
YUV133.46117.02125.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=33.94%
G=36.29%
B=29.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391140.0600.180.4581.69.8849.61
Hex828B7260122D52a32
Octal2022131626022551221262
Binary1000001010001011111001011001001010110110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,139,114); }

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

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

 a { background-color: rgb(130,139,114); }

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

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

 span { border-color: rgb(130,139,114); }

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