Html Css Color HEX #808671 Gunsmoke

📋 copy color: '#808671'

red 128 ◦ green 134 ◦ blue 113

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

Shades of Gunsmoke #808671

Tints of Gunsmoke #808671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 34.13%
G = 35.73%
B = 30.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#808671 (or 0x808671) is known color: Gunsmoke. HEX triplet: 80, 86 and 71. RGB value is (128,134,113). Sum of RGB (Red+Green+Blue) = 128+134+113=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #808671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808671 is #7F798E. Grayscale: #818181. Windows color (decimal): -8354191 or 7440000. OLE color: 7440000.

HSL color Cylindrical-coordinate representation of color #808671: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808671 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 113 -
CMYK 0.04 0 0.16 0.47
HSL 77.14º 0.09% 0.48% -
HSV(B) 77.14º 0.16% 0.53% -
XYZ 20.41 22.83 18.95 -
YUV 129.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 128 134 113 0.04 0 0.16 0.47 77.14 0.09 0.48
Hex 80 86 71 4 0 10 2F 4D 9 30
Octal 200 206 161 4 0 20 57 115 11 60
Binary 10000000 10000110 1110001 100 0 10000 101111 1001101 1001 110000

Color Harmonies of #808671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808671

Black with #808671

Text Example


Text Example

White with #808671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808671; }

 p { color: rgb(128,134,113); }

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

background-color css

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

 a { background-color: rgb(128,134,113); }

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

border-color css

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

 span { border-color: rgb(128,134,113); }

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