Html Css Color HEX #828674 Gunsmoke

📋 copy color: '#828674'

red 130 ◦ green 134 ◦ blue 116

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

Shades of Gunsmoke #828674

Tints of Gunsmoke #828674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 34.21%
G = 35.26%
B = 30.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#828674 (or 0x828674) is known color: Gunsmoke. HEX triplet: 82, 86 and 74. RGB value is (130,134,116). Sum of RGB (Red+Green+Blue) = 130+134+116=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #828674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828674 is #7D798B. Grayscale: #828282. Windows color (decimal): -8223116 or 7636610. OLE color: 7636610.

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

Color convert

RGB 130 134 116 -
CMYK 0.03 0 0.13 0.47
HSL 73.33º 0.07% 0.49% -
HSV(B) 73.33º 0.13% 0.53% -
XYZ 20.88 23.06 19.87 -
YUV 130.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 130 134 116 0.03 0 0.13 0.47 73.33 0.07 0.49
Hex 82 86 74 3 0 D 2F 49 7 31
Octal 202 206 164 3 0 15 57 111 7 61
Binary 10000010 10000110 1110100 11 0 1101 101111 1001001 111 110001

Color Harmonies of #828674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828674

Black with #828674

Text Example


Text Example

White with #828674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828674; }

 p { color: rgb(130,134,116); }

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

background-color css

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

 a { background-color: rgb(130,134,116); }

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

border-color css

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

 span { border-color: rgb(130,134,116); }

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