Html Css Color HEX #82887A Gunsmoke

📋 copy color: '#82887A'

red 130 ◦ green 136 ◦ blue 122

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

Shades of Gunsmoke #82887A

Tints of Gunsmoke #82887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 33.51%
G = 35.05%
B = 31.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#82887A (or 0x82887A) is known color: Gunsmoke. HEX triplet: 82, 88 and 7A. RGB value is (130,136,122). Sum of RGB (Red+Green+Blue) = 130+136+122=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #82887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82887A is #7D7785. Grayscale: #848484. Windows color (decimal): -8222598 or 8030338. OLE color: 8030338.

HSL color Cylindrical-coordinate representation of color #82887A: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82887A is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 122 -
CMYK 0.04 0 0.10 0.47
HSL 85.71º 0.06% 0.51% -
HSV(B) 85.71º 0.1% 0.53% -
XYZ 21.52 23.76 21.86 -
YUV 132.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 130 136 122 0.04 0 0.10 0.47 85.71 0.06 0.51
Hex 82 88 7A 4 0 A 2F 56 6 33
Octal 202 210 172 4 0 12 57 126 6 63
Binary 10000010 10001000 1111010 100 0 1010 101111 1010110 110 110011

Color Harmonies of #82887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82887A

Black with #82887A

Text Example


Text Example

White with #82887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82887A; }

 p { color: rgb(130,136,122); }

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

background-color css

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

 a { background-color: rgb(130,136,122); }

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

border-color css

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

 span { border-color: rgb(130,136,122); }

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