Html Css Color HEX #848B76 Gunsmoke

📋 copy color: '#848B76'

red 132 ◦ green 139 ◦ blue 118

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

Shades of Gunsmoke #848B76

Tints of Gunsmoke #848B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 33.93%
G = 35.73%
B = 30.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#848B76 (or 0x848B76) is known color: Gunsmoke. HEX triplet: 84, 8B and 76. RGB value is (132,139,118). Sum of RGB (Red+Green+Blue) = 132+139+118=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #848B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B76 is #7B7489. Grayscale: #868686. Windows color (decimal): -8090762 or 7768964. OLE color: 7768964.

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

Color convert

RGB 132 139 118 -
CMYK 0.05 0 0.15 0.45
HSL 80º 0.08% 0.5% -
HSV(B) 80º 0.15% 0.55% -
XYZ 22.02 24.68 20.74 -
YUV 134.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 132 139 118 0.05 0 0.15 0.45 80 0.08 0.5
Hex 84 8B 76 5 0 F 2D 50 8 32
Octal 204 213 166 5 0 17 55 120 10 62
Binary 10000100 10001011 1110110 101 0 1111 101101 1010000 1000 110010

Color Harmonies of #848B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B76

Black with #848B76

Text Example


Text Example

White with #848B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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