Html Css Color HEX #848B73 Gunsmoke

📋 copy color: '#848B73'

red 132 ◦ green 139 ◦ blue 115

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

Shades of Gunsmoke #848B73

Tints of Gunsmoke #848B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 34.2%
G = 36.01%
B = 29.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#848B73 (or 0x848B73) is known color: Gunsmoke. HEX triplet: 84, 8B and 73. RGB value is (132,139,115). Sum of RGB (Red+Green+Blue) = 132+139+115=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #848B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B73 is #7B748C. Grayscale: #868686. Windows color (decimal): -8090765 or 7572356. OLE color: 7572356.

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

Color convert

RGB 132 139 115 -
CMYK 0.05 0 0.17 0.45
HSL 77.5º 0.09% 0.5% -
HSV(B) 77.5º 0.17% 0.55% -
XYZ 21.84 24.61 19.82 -
YUV 134.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 132 139 115 0.05 0 0.17 0.45 77.5 0.09 0.5
Hex 84 8B 73 5 0 11 2D 4E 9 32
Octal 204 213 163 5 0 21 55 116 11 62
Binary 10000100 10001011 1110011 101 0 10001 101101 1001110 1001 110010

Color Harmonies of #848B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B73

Black with #848B73

Text Example


Text Example

White with #848B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,139,115); }

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

background-color css

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

 a { background-color: rgb(132,139,115); }

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

border-color css

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

 span { border-color: rgb(132,139,115); }

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