Html Css Color HEX #848E71 Gunsmoke

📋 copy color: '#848E71'

red 132 ◦ green 142 ◦ blue 113

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

Shades of Gunsmoke #848E71

Tints of Gunsmoke #848E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 34.11%
G = 36.69%
B = 29.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#848E71 (or 0x848E71) is known color: Gunsmoke. HEX triplet: 84, 8E and 71. RGB value is (132,142,113). Sum of RGB (Red+Green+Blue) = 132+142+113=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #848E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E71 is #7B718E. Grayscale: #878787. Windows color (decimal): -8089999 or 7442052. OLE color: 7442052.

HSL color Cylindrical-coordinate representation of color #848E71: hue angle of 80.69º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #848E71 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 142 113 -
CMYK 0.07 0 0.20 0.44
HSL 80.69º 0.11% 0.5% -
HSV(B) 80.69º 0.2% 0.56% -
XYZ 22.17 25.44 19.37 -
YUV 135.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 132 142 113 0.07 0 0.20 0.44 80.69 0.11 0.5
Hex 84 8E 71 7 0 14 2C 51 B 32
Octal 204 216 161 7 0 24 54 121 13 62
Binary 10000100 10001110 1110001 111 0 10100 101100 1010001 1011 110010

Color Harmonies of #848E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E71

Black with #848E71

Text Example


Text Example

White with #848E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E71; }

 p { color: rgb(132,142,113); }

 H1.HeaderClassName
 {
   color: #848E71;
 }
 .AnyTagClassName
 {
   color: #848E71;
 }
</style>

background-color css

<style>
 a { background-color: #848E71; }

 a { background-color: rgb(132,142,113); }

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

border-color css

<style>
 span { border-color: #848E71; }

 span { border-color: rgb(132,142,113); }

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