Html Css Color HEX #82847C Gunsmoke

📋 copy color: '#82847C'

red 130 ◦ green 132 ◦ blue 124

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

Shades of Gunsmoke #82847C

Tints of Gunsmoke #82847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 33.68%
G = 34.2%
B = 32.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#82847C (or 0x82847C) is known color: Gunsmoke. HEX triplet: 82, 84 and 7C. RGB value is (130,132,124). Sum of RGB (Red+Green+Blue) = 130+132+124=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 132 - color contains mainly: green. Hex color #82847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82847C is #7D7B83. Grayscale: #828282. Windows color (decimal): -8223620 or 8160386. OLE color: 8160386.

HSL color Cylindrical-coordinate representation of color #82847C: hue angle of 75º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82847C is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 124 -
CMYK 0.02 0 0.06 0.48
HSL 75º 0.03% 0.5% -
HSV(B) 75º 0.06% 0.52% -
XYZ 21.1 22.7 22.34 -
YUV 130.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 130 132 124 0.02 0 0.06 0.48 75 0.03 0.5
Hex 82 84 7C 2 0 6 30 4B 3 32
Octal 202 204 174 2 0 6 60 113 3 62
Binary 10000010 10000100 1111100 10 0 110 110000 1001011 11 110010

Color Harmonies of #82847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82847C

Black with #82847C

Text Example


Text Example

White with #82847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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