Html Css Color HEX #808871 Gunsmoke

📋 copy color: '#808871'

red 128 ◦ green 136 ◦ blue 113

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

Shades of Gunsmoke #808871

Tints of Gunsmoke #808871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 33.95%
G = 36.07%
B = 29.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#808871 (or 0x808871) is known color: Gunsmoke. HEX triplet: 80, 88 and 71. RGB value is (128,136,113). Sum of RGB (Red+Green+Blue) = 128+136+113=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #808871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808871 is #7F778E. Grayscale: #838383. Windows color (decimal): -8353679 or 7440512. OLE color: 7440512.

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

Color convert

RGB 128 136 113 -
CMYK 0.06 0 0.17 0.47
HSL 80.87º 0.09% 0.49% -
HSV(B) 80.87º 0.17% 0.53% -
XYZ 20.69 23.39 19.05 -
YUV 130.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 128 136 113 0.06 0 0.17 0.47 80.87 0.09 0.49
Hex 80 88 71 6 0 11 2F 51 9 31
Octal 200 210 161 6 0 21 57 121 11 61
Binary 10000000 10001000 1110001 110 0 10001 101111 1010001 1001 110001

Color Harmonies of #808871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808871

Black with #808871

Text Example


Text Example

White with #808871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808871; }

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

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

background-color css

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

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

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

border-color css

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

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

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