#828870

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

Shades of Gunsmoke #828870

Tints of Gunsmoke #828870

Color information

#828870 (or 0x828870) is unknown color: approx Gunsmoke. HEX triplet: 82, 88 and 70. RGB value is (130,136,112). Sum of RGB (Red+Green+Blue) = 130+136+112=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #828870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828870 is #7D778F. Grayscale: #838383. Windows color (decimal): -8222608 or 7374978. OLE color: 7374978.

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

Color convert

RGB130136112-
CMYK0.0400.180.47
HSL75º9.68%48.63%-
HSV(B)75º17.65%53.33%-
XYZ20.9323.5218.77-
YUV131.47117.01126.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=34.39%
G=35.98%
B=29.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361120.0400.180.47759.6848.63
Hex82887040122F4ba31
Octal2022101604022571131261
Binary1000001010001000111000010001001010111110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828870; }

 p { color: rgb(130,136,112); }

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

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

 a { background-color: rgb(130,136,112); }

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

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

 span { border-color: rgb(130,136,112); }

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