Html Css Color HEX #828380 Gunsmoke

📋 copy color: '#828380'

red 130 ◦ green 131 ◦ blue 128

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

Shades of Gunsmoke #828380

Tints of Gunsmoke #828380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 33.42%
G = 33.68%
B = 32.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#828380 (or 0x828380) is known color: Gunsmoke. HEX triplet: 82, 83 and 80. RGB value is (130,131,128). Sum of RGB (Red+Green+Blue) = 130+131+128=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 131 - color contains mainly: green. Hex color #828380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828380 is #7D7C7F. Grayscale: #828282. Windows color (decimal): -8223872 or 8422274. OLE color: 8422274.

HSL color Cylindrical-coordinate representation of color #828380: hue angle of 80º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828380 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 128 -
CMYK 0.01 0 0.02 0.49
HSL 80º 0.01% 0.51% -
HSV(B) 80º 0.02% 0.51% -
XYZ 21.22 22.54 23.65 -
YUV 130.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 130 131 128 0.01 0 0.02 0.49 80 0.01 0.51
Hex 82 83 80 1 0 2 31 50 1 33
Octal 202 203 200 1 0 2 61 120 1 63
Binary 10000010 10000011 10000000 1 0 10 110001 1010000 1 110011

Color Harmonies of #828380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828380

Black with #828380

Text Example


Text Example

White with #828380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828380; }

 p { color: rgb(130,131,128); }

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

background-color css

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

 a { background-color: rgb(130,131,128); }

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

border-color css

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

 span { border-color: rgb(130,131,128); }

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