Html Css Color HEX #84887D Gunsmoke

📋 copy color: '#84887D'

red 132 ◦ green 136 ◦ blue 125

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

Shades of Gunsmoke #84887D

Tints of Gunsmoke #84887D

RGB

 RED value IS 132 (51.95% from 255) = 33.59%

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

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

R = 33.59%
G = 34.61%
B = 31.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#84887D (or 0x84887D) is known color: Gunsmoke. HEX triplet: 84, 88 and 7D. RGB value is (132,136,125). Sum of RGB (Red+Green+Blue) = 132+136+125=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 136 - color contains mainly: green. Hex color #84887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84887D is #7B7782. Grayscale: #858585. Windows color (decimal): -8091523 or 8226948. OLE color: 8226948.

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

Color convert

RGB 132 136 125 -
CMYK 0.03 0 0.08 0.47
HSL 81.82º 0.04% 0.51% -
HSV(B) 81.82º 0.08% 0.53% -
XYZ 22.02 23.99 22.87 -
YUV 133.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 132 136 125 0.03 0 0.08 0.47 81.82 0.04 0.51
Hex 84 88 7D 3 0 8 2F 52 4 33
Octal 204 210 175 3 0 10 57 122 4 63
Binary 10000100 10001000 1111101 11 0 1000 101111 1010010 100 110011

Color Harmonies of #84887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84887D

Black with #84887D

Text Example


Text Example

White with #84887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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