Html Css Color HEX #84877F Gunsmoke

📋 copy color: '#84877F'

red 132 ◦ green 135 ◦ blue 127

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

Shades of Gunsmoke #84877F

Tints of Gunsmoke #84877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.23%

R = 33.5%
G = 34.26%
B = 32.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#84877F (or 0x84877F) is known color: Gunsmoke. HEX triplet: 84, 87 and 7F. RGB value is (132,135,127). Sum of RGB (Red+Green+Blue) = 132+135+127=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #84877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84877F is #7B7880. Grayscale: #858585. Windows color (decimal): -8091777 or 8357764. OLE color: 8357764.

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

Color convert

RGB 132 135 127 -
CMYK 0.02 0 0.06 0.47
HSL 82.5º 0.03% 0.51% -
HSV(B) 82.5º 0.06% 0.53% -
XYZ 22.01 23.77 23.51 -
YUV 133.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 132 135 127 0.02 0 0.06 0.47 82.5 0.03 0.51
Hex 84 87 7F 2 0 6 2F 52 3 33
Octal 204 207 177 2 0 6 57 122 3 63
Binary 10000100 10000111 1111111 10 0 110 101111 1010010 11 110011

Color Harmonies of #84877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84877F

Black with #84877F

Text Example


Text Example

White with #84877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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