Html Css Color HEX #808971 Gunsmoke

📋 copy color: '#808971'

red 128 ◦ green 137 ◦ blue 113

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

Shades of Gunsmoke #808971

Tints of Gunsmoke #808971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.24%

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

R = 33.86%
G = 36.24%
B = 29.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#808971 (or 0x808971) is known color: Gunsmoke. HEX triplet: 80, 89 and 71. RGB value is (128,137,113). Sum of RGB (Red+Green+Blue) = 128+137+113=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #808971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808971 is #7F768E. Grayscale: #838383. Windows color (decimal): -8353423 or 7440768. OLE color: 7440768.

HSL color Cylindrical-coordinate representation of color #808971: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808971 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 113 -
CMYK 0.07 0 0.18 0.46
HSL 82.5º 0.1% 0.49% -
HSV(B) 82.5º 0.18% 0.54% -
XYZ 20.83 23.67 19.09 -
YUV 131.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 128 137 113 0.07 0 0.18 0.46 82.5 0.1 0.49
Hex 80 89 71 7 0 12 2E 52 A 31
Octal 200 211 161 7 0 22 56 122 12 61
Binary 10000000 10001001 1110001 111 0 10010 101110 1010010 1010 110001

Color Harmonies of #808971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808971

Black with #808971

Text Example


Text Example

White with #808971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808971; }

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

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

background-color css

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

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

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

border-color css

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

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

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