#828978

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

Shades of Gunsmoke #828978

Tints of Gunsmoke #828978

Color information

#828978 (or 0x828978) is unknown color: approx Gunsmoke. HEX triplet: 82, 89 and 78. RGB value is (130,137,120). Sum of RGB (Red+Green+Blue) = 130+137+120=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #828978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828978 is #7D7687. Grayscale: #858585. Windows color (decimal): -8222344 or 7899522. OLE color: 7899522.

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

Color convert

RGB130137120-
CMYK0.0500.120.46
HSL84.71º6.72%50.39%-
HSV(B)84.71º12.41%53.73%-
XYZ21.5423.9921.27-
YUV132.97120.68125.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=33.59%
G=35.40%
B=31.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371200.0500.120.4684.716.7250.39
Hex82897850C2E55732
Octal202211170501456125762
Binary10000010100010011111000101011001011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828978; }

 p { color: rgb(130,137,120); }

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

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

 a { background-color: rgb(130,137,120); }

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

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

 span { border-color: rgb(130,137,120); }

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