Html Css Color HEX #84887B Gunsmoke

📋 copy color: '#84887B'

red 132 ◦ green 136 ◦ blue 123

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

Shades of Gunsmoke #84887B

Tints of Gunsmoke #84887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 33.76%
G = 34.78%
B = 31.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#84887B (or 0x84887B) is known color: Gunsmoke. HEX triplet: 84, 88 and 7B. RGB value is (132,136,123). Sum of RGB (Red+Green+Blue) = 132+136+123=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 136 - color contains mainly: green. Hex color #84887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84887B is #7B7784. Grayscale: #858585. Windows color (decimal): -8091525 or 8095876. OLE color: 8095876.

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

Color convert

RGB 132 136 123 -
CMYK 0.03 0 0.10 0.47
HSL 78.46º 0.05% 0.51% -
HSV(B) 78.46º 0.1% 0.53% -
XYZ 21.9 23.94 22.21 -
YUV 133.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 132 136 123 0.03 0 0.10 0.47 78.46 0.05 0.51
Hex 84 88 7B 3 0 A 2F 4E 5 33
Octal 204 210 173 3 0 12 57 116 5 63
Binary 10000100 10001000 1111011 11 0 1010 101111 1001110 101 110011

Color Harmonies of #84887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84887B

Black with #84887B

Text Example


Text Example

White with #84887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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