Html Css Color HEX #828479 Gunsmoke

📋 copy color: '#828479'

red 130 ◦ green 132 ◦ blue 121

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

Shades of Gunsmoke #828479

Tints of Gunsmoke #828479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 33.94%
G = 34.46%
B = 31.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#828479 (or 0x828479) is known color: Gunsmoke. HEX triplet: 82, 84 and 79. RGB value is (130,132,121). Sum of RGB (Red+Green+Blue) = 130+132+121=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #828479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828479 is #7D7B86. Grayscale: #828282. Windows color (decimal): -8223623 or 7963778. OLE color: 7963778.

HSL color Cylindrical-coordinate representation of color #828479: hue angle of 70.91º 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 #828479 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 121 -
CMYK 0.02 0 0.08 0.48
HSL 70.91º 0.04% 0.5% -
HSV(B) 70.91º 0.08% 0.52% -
XYZ 20.91 22.63 21.35 -
YUV 130.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 130 132 121 0.02 0 0.08 0.48 70.91 0.04 0.5
Hex 82 84 79 2 0 8 30 47 4 32
Octal 202 204 171 2 0 10 60 107 4 62
Binary 10000010 10000100 1111001 10 0 1000 110000 1000111 100 110010

Color Harmonies of #828479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828479

Black with #828479

Text Example


Text Example

White with #828479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828479; }

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

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

background-color css

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

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

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

border-color css

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

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

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