Html Css Color HEX #828979 Gunsmoke

📋 copy color: '#828979'

red 130 ◦ green 137 ◦ blue 121

#828979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #828979

Tints of Gunsmoke #828979

RGB

 RED value IS 130 (51.17% from 255) = 33.51%

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 33.51%
G = 35.31%
B = 31.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#828979 (or 0x828979) is known color: Gunsmoke. HEX triplet: 82, 89 and 79. RGB value is (130,137,121). Sum of RGB (Red+Green+Blue) = 130+137+121=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #828979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828979 is #7D7686. Grayscale: #858585. Windows color (decimal): -8222343 or 7965058. OLE color: 7965058.

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

Color convert

RGB 130 137 121 -
CMYK 0.05 0 0.12 0.46
HSL 86.25º 0.06% 0.51% -
HSV(B) 86.25º 0.12% 0.54% -
XYZ 21.6 24.02 21.59 -
YUV 133.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 130 137 121 0.05 0 0.12 0.46 86.25 0.06 0.51
Hex 82 89 79 5 0 C 2E 56 6 33
Octal 202 211 171 5 0 14 56 126 6 63
Binary 10000010 10001001 1111001 101 0 1100 101110 1010110 110 110011

Color Harmonies of #828979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828979

Black with #828979

Text Example


Text Example

White with #828979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828979; }

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

 H1.HeaderClassName
 {
   color: #828979;
 }
 .AnyTagClassName
 {
   color: #828979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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