Html Css Color HEX #828A6D Gunsmoke

📋 copy color: '#828A6D'

red 130 ◦ green 138 ◦ blue 109

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

Shades of Gunsmoke #828A6D

Tints of Gunsmoke #828A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 34.48%
G = 36.6%
B = 28.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#828A6D (or 0x828A6D) is known color: Gunsmoke. HEX triplet: 82, 8A and 6D. RGB value is (130,138,109). Sum of RGB (Red+Green+Blue) = 130+138+109=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #828A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A6D is #7D7592. Grayscale: #848484. Windows color (decimal): -8222099 or 7178882. OLE color: 7178882.

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

Color convert

RGB 130 138 109 -
CMYK 0.06 0 0.21 0.46
HSL 76.55º 0.12% 0.48% -
HSV(B) 76.55º 0.21% 0.54% -
XYZ 21.05 24.03 18 -
YUV 132.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 130 138 109 0.06 0 0.21 0.46 76.55 0.12 0.48
Hex 82 8A 6D 6 0 15 2E 4D C 30
Octal 202 212 155 6 0 25 56 115 14 60
Binary 10000010 10001010 1101101 110 0 10101 101110 1001101 1100 110000

Color Harmonies of #828A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A6D

Black with #828A6D

Text Example


Text Example

White with #828A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A6D; }

 p { color: rgb(130,138,109); }

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

background-color css

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

 a { background-color: rgb(130,138,109); }

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

border-color css

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

 span { border-color: rgb(130,138,109); }

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