Html Css Color HEX #848C71 Gunsmoke

📋 copy color: '#848C71'

red 132 ◦ green 140 ◦ blue 113

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

Shades of Gunsmoke #848C71

Tints of Gunsmoke #848C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 34.29%
G = 36.36%
B = 29.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#848C71 (or 0x848C71) is known color: Gunsmoke. HEX triplet: 84, 8C and 71. RGB value is (132,140,113). Sum of RGB (Red+Green+Blue) = 132+140+113=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #848C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C71 is #7B738E. Grayscale: #868686. Windows color (decimal): -8090511 or 7441540. OLE color: 7441540.

HSL color Cylindrical-coordinate representation of color #848C71: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #848C71 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 140 113 -
CMYK 0.06 0 0.19 0.45
HSL 77.78º 0.11% 0.5% -
HSV(B) 77.78º 0.19% 0.55% -
XYZ 21.87 24.85 19.27 -
YUV 134.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 132 140 113 0.06 0 0.19 0.45 77.78 0.11 0.5
Hex 84 8C 71 6 0 13 2D 4E B 32
Octal 204 214 161 6 0 23 55 116 13 62
Binary 10000100 10001100 1110001 110 0 10011 101101 1001110 1011 110010

Color Harmonies of #848C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C71

Black with #848C71

Text Example


Text Example

White with #848C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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