Html Css Color HEX #848D72 Gunsmoke

📋 copy color: '#848D72'

red 132 ◦ green 141 ◦ blue 114

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

Shades of Gunsmoke #848D72

Tints of Gunsmoke #848D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 34.11%
G = 36.43%
B = 29.46%

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

#848D72 (or 0x848D72) is known color: Gunsmoke. HEX triplet: 84, 8D and 72. RGB value is (132,141,114). Sum of RGB (Red+Green+Blue) = 132+141+114=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 141 - color contains mainly: green. Hex color #848D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D72 is #7B728D. Grayscale: #878787. Windows color (decimal): -8090254 or 7507332. OLE color: 7507332.

HSL color Cylindrical-coordinate representation of color #848D72: hue angle of 80º 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 #848D72 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 114 -
CMYK 0.06 0 0.19 0.45
HSL 80º 0.11% 0.5% -
HSV(B) 80º 0.19% 0.55% -
XYZ 22.08 25.17 19.61 -
YUV 135.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 132 141 114 0.06 0 0.19 0.45 80 0.11 0.5
Hex 84 8D 72 6 0 13 2D 50 B 32
Octal 204 215 162 6 0 23 55 120 13 62
Binary 10000100 10001101 1110010 110 0 10011 101101 1010000 1011 110010

Color Harmonies of #848D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D72

Black with #848D72

Text Example


Text Example

White with #848D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,114); }

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

background-color css

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

 a { background-color: rgb(132,141,114); }

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

border-color css

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

 span { border-color: rgb(132,141,114); }

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