Html Css Color HEX #808771 Gunsmoke

📋 copy color: '#808771'

red 128 ◦ green 135 ◦ blue 113

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

Shades of Gunsmoke #808771

Tints of Gunsmoke #808771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

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

R = 34.04%
G = 35.9%
B = 30.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#808771 (or 0x808771) is known color: Gunsmoke. HEX triplet: 80, 87 and 71. RGB value is (128,135,113). Sum of RGB (Red+Green+Blue) = 128+135+113=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #808771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808771 is #7F788E. Grayscale: #828282. Windows color (decimal): -8353935 or 7440256. OLE color: 7440256.

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

Color convert

RGB 128 135 113 -
CMYK 0.05 0 0.16 0.47
HSL 79.09º 0.09% 0.49% -
HSV(B) 79.09º 0.16% 0.53% -
XYZ 20.55 23.11 19 -
YUV 130.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 128 135 113 0.05 0 0.16 0.47 79.09 0.09 0.49
Hex 80 87 71 5 0 10 2F 4F 9 31
Octal 200 207 161 5 0 20 57 117 11 61
Binary 10000000 10000111 1110001 101 0 10000 101111 1001111 1001 110001

Color Harmonies of #808771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808771

Black with #808771

Text Example


Text Example

White with #808771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808771; }

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

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

background-color css

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

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

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

border-color css

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

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

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