Html Css Color HEX #82867C Gunsmoke

📋 copy color: '#82867C'

red 130 ◦ green 134 ◦ blue 124

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

Shades of Gunsmoke #82867C

Tints of Gunsmoke #82867C

RGB

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

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

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

R = 33.51%
G = 34.54%
B = 31.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#82867C (or 0x82867C) is known color: Gunsmoke. HEX triplet: 82, 86 and 7C. RGB value is (130,134,124). Sum of RGB (Red+Green+Blue) = 130+134+124=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #82867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82867C is #7D7983. Grayscale: #838383. Windows color (decimal): -8223108 or 8160898. OLE color: 8160898.

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

Color convert

RGB 130 134 124 -
CMYK 0.03 0 0.07 0.47
HSL 84º 0.04% 0.51% -
HSV(B) 84º 0.07% 0.53% -
XYZ 21.37 23.25 22.43 -
YUV 131.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 130 134 124 0.03 0 0.07 0.47 84 0.04 0.51
Hex 82 86 7C 3 0 7 2F 54 4 33
Octal 202 206 174 3 0 7 57 124 4 63
Binary 10000010 10000110 1111100 11 0 111 101111 1010100 100 110011

Color Harmonies of #82867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82867C

Black with #82867C

Text Example


Text Example

White with #82867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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