Html Css Color HEX #82847D Gunsmoke

📋 copy color: '#82847D'

red 130 ◦ green 132 ◦ blue 125

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

Shades of Gunsmoke #82847D

Tints of Gunsmoke #82847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 33.59%
G = 34.11%
B = 32.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#82847D (or 0x82847D) is known color: Gunsmoke. HEX triplet: 82, 84 and 7D. RGB value is (130,132,125). Sum of RGB (Red+Green+Blue) = 130+132+125=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 132 - color contains mainly: green. Hex color #82847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82847D is #7D7B82. Grayscale: #828282. Windows color (decimal): -8223619 or 8225922. OLE color: 8225922.

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

Color convert

RGB 130 132 125 -
CMYK 0.02 0 0.05 0.48
HSL 77.14º 0.03% 0.5% -
HSV(B) 77.14º 0.05% 0.52% -
XYZ 21.16 22.73 22.67 -
YUV 130.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 130 132 125 0.02 0 0.05 0.48 77.14 0.03 0.5
Hex 82 84 7D 2 0 5 30 4D 3 32
Octal 202 204 175 2 0 5 60 115 3 62
Binary 10000010 10000100 1111101 10 0 101 110000 1001101 11 110010

Color Harmonies of #82847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82847D

Black with #82847D

Text Example


Text Example

White with #82847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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