Html Css Color HEX #80847C Gunsmoke

📋 copy color: '#80847C'

red 128 ◦ green 132 ◦ blue 124

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

Shades of Gunsmoke #80847C

Tints of Gunsmoke #80847C

RGB

 RED value IS 128 (50.39% from 255) = 33.33%

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 33.33%
G = 34.38%
B = 32.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#80847C (or 0x80847C) is known color: Gunsmoke. HEX triplet: 80, 84 and 7C. RGB value is (128,132,124). Sum of RGB (Red+Green+Blue) = 128+132+124=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 132 - color contains mainly: green. Hex color #80847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80847C is #7F7B83. Grayscale: #818181. Windows color (decimal): -8354692 or 8160384. OLE color: 8160384.

HSL color Cylindrical-coordinate representation of color #80847C: hue angle of 90º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #80847C is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 124 -
CMYK 0.03 0 0.06 0.48
HSL 90º 0.03% 0.5% -
HSV(B) 90º 0.06% 0.52% -
XYZ 20.79 22.55 22.32 -
YUV 129.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 128 132 124 0.03 0 0.06 0.48 90 0.03 0.5
Hex 80 84 7C 3 0 6 30 5A 3 32
Octal 200 204 174 3 0 6 60 132 3 62
Binary 10000000 10000100 1111100 11 0 110 110000 1011010 11 110010

Color Harmonies of #80847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80847C

Black with #80847C

Text Example


Text Example

White with #80847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80847C; }

 p { color: rgb(128,132,124); }

 H1.HeaderClassName
 {
   color: #80847C;
 }
 .AnyTagClassName
 {
   color: #80847C;
 }
</style>

background-color css

<style>
 a { background-color: #80847C; }

 a { background-color: rgb(128,132,124); }

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

border-color css

<style>
 span { border-color: #80847C; }

 span { border-color: rgb(128,132,124); }

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