Html Css Color HEX #84877A Gunsmoke

📋 copy color: '#84877A'

red 132 ◦ green 135 ◦ blue 122

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

Shades of Gunsmoke #84877A

Tints of Gunsmoke #84877A

RGB

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

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

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

R = 33.93%
G = 34.7%
B = 31.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#84877A (or 0x84877A) is known color: Gunsmoke. HEX triplet: 84, 87 and 7A. RGB value is (132,135,122). Sum of RGB (Red+Green+Blue) = 132+135+122=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 135 - color contains mainly: green. Hex color #84877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84877A is #7B7885. Grayscale: #848484. Windows color (decimal): -8091782 or 8030084. OLE color: 8030084.

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

Color convert

RGB 132 135 122 -
CMYK 0.02 0 0.10 0.47
HSL 73.85º 0.05% 0.5% -
HSV(B) 73.85º 0.1% 0.53% -
XYZ 21.69 23.64 21.83 -
YUV 132.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 132 135 122 0.02 0 0.10 0.47 73.85 0.05 0.5
Hex 84 87 7A 2 0 A 2F 4A 5 32
Octal 204 207 172 2 0 12 57 112 5 62
Binary 10000100 10000111 1111010 10 0 1010 101111 1001010 101 110010

Color Harmonies of #84877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84877A

Black with #84877A

Text Example


Text Example

White with #84877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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