Html Css Color HEX #84877B Gunsmoke

📋 copy color: '#84877B'

red 132 ◦ green 135 ◦ blue 123

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

Shades of Gunsmoke #84877B

Tints of Gunsmoke #84877B

RGB

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

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

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

R = 33.85%
G = 34.62%
B = 31.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#84877B (or 0x84877B) is known color: Gunsmoke. HEX triplet: 84, 87 and 7B. RGB value is (132,135,123). Sum of RGB (Red+Green+Blue) = 132+135+123=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #84877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84877B is #7B7884. Grayscale: #848484. Windows color (decimal): -8091781 or 8095620. OLE color: 8095620.

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

Color convert

RGB 132 135 123 -
CMYK 0.02 0 0.09 0.47
HSL 75º 0.05% 0.51% -
HSV(B) 75º 0.09% 0.53% -
XYZ 21.75 23.66 22.16 -
YUV 132.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 132 135 123 0.02 0 0.09 0.47 75 0.05 0.51
Hex 84 87 7B 2 0 9 2F 4B 5 33
Octal 204 207 173 2 0 11 57 113 5 63
Binary 10000100 10000111 1111011 10 0 1001 101111 1001011 101 110011

Color Harmonies of #84877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84877B

Black with #84877B

Text Example


Text Example

White with #84877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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