Html Css Color HEX #828675 Gunsmoke

📋 copy color: '#828675'

red 130 ◦ green 134 ◦ blue 117

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

Shades of Gunsmoke #828675

Tints of Gunsmoke #828675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 34.12%
G = 35.17%
B = 30.71%

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

#828675 (or 0x828675) is known color: Gunsmoke. HEX triplet: 82, 86 and 75. RGB value is (130,134,117). Sum of RGB (Red+Green+Blue) = 130+134+117=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #828675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828675 is #7D798A. Grayscale: #828282. Windows color (decimal): -8223115 or 7702146. OLE color: 7702146.

HSL color Cylindrical-coordinate representation of color #828675: hue angle of 74.12º 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 #828675 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 117 -
CMYK 0.03 0 0.13 0.47
HSL 74.12º 0.07% 0.49% -
HSV(B) 74.12º 0.13% 0.53% -
XYZ 20.94 23.08 20.18 -
YUV 130.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 130 134 117 0.03 0 0.13 0.47 74.12 0.07 0.49
Hex 82 86 75 3 0 D 2F 4A 7 31
Octal 202 206 165 3 0 15 57 112 7 61
Binary 10000010 10000110 1110101 11 0 1101 101111 1001010 111 110001

Color Harmonies of #828675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828675

Black with #828675

Text Example


Text Example

White with #828675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828675; }

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

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

background-color css

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

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

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

border-color css

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

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

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