Html Css Color HEX #84887E Gunsmoke

📋 copy color: '#84887E'

red 132 ◦ green 136 ◦ blue 126

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

Shades of Gunsmoke #84887E

Tints of Gunsmoke #84887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 33.5%
G = 34.52%
B = 31.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#84887E (or 0x84887E) is known color: Gunsmoke. HEX triplet: 84, 88 and 7E. RGB value is (132,136,126). Sum of RGB (Red+Green+Blue) = 132+136+126=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #84887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84887E is #7B7781. Grayscale: #858585. Windows color (decimal): -8091522 or 8292484. OLE color: 8292484.

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

Color convert

RGB 132 136 126 -
CMYK 0.03 0 0.07 0.47
HSL 84º 0.04% 0.51% -
HSV(B) 84º 0.07% 0.53% -
XYZ 22.09 24.02 23.21 -
YUV 133.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 132 136 126 0.03 0 0.07 0.47 84 0.04 0.51
Hex 84 88 7E 3 0 7 2F 54 4 33
Octal 204 210 176 3 0 7 57 124 4 63
Binary 10000100 10001000 1111110 11 0 111 101111 1010100 100 110011

Color Harmonies of #84887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84887E

Black with #84887E

Text Example


Text Example

White with #84887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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