Html Css Color HEX #84877D Gunsmoke

📋 copy color: '#84877D'

red 132 ◦ green 135 ◦ blue 125

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

Shades of Gunsmoke #84877D

Tints of Gunsmoke #84877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

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

R = 33.67%
G = 34.44%
B = 31.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#84877D (or 0x84877D) is known color: Gunsmoke. HEX triplet: 84, 87 and 7D. RGB value is (132,135,125). Sum of RGB (Red+Green+Blue) = 132+135+125=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 135 - color contains mainly: green. Hex color #84877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84877D is #7B7882. Grayscale: #858585. Windows color (decimal): -8091779 or 8226692. OLE color: 8226692.

HSL color Cylindrical-coordinate representation of color #84877D: hue angle of 78º 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 #84877D is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 135 125 -
CMYK 0.02 0 0.07 0.47
HSL 78º 0.04% 0.51% -
HSV(B) 78º 0.07% 0.53% -
XYZ 21.88 23.71 22.83 -
YUV 132.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 132 135 125 0.02 0 0.07 0.47 78 0.04 0.51
Hex 84 87 7D 2 0 7 2F 4E 4 33
Octal 204 207 175 2 0 7 57 116 4 63
Binary 10000100 10000111 1111101 10 0 111 101111 1001110 100 110011

Color Harmonies of #84877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84877D

Black with #84877D

Text Example


Text Example

White with #84877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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