Html Css Color HEX #80876D Gunsmoke

📋 copy color: '#80876D'

red 128 ◦ green 135 ◦ blue 109

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

Shades of Gunsmoke #80876D

Tints of Gunsmoke #80876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 34.41%
G = 36.29%
B = 29.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#80876D (or 0x80876D) is known color: Gunsmoke. HEX triplet: 80, 87 and 6D. RGB value is (128,135,109). Sum of RGB (Red+Green+Blue) = 128+135+109=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #80876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876D is #7F7892. Grayscale: #828282. Windows color (decimal): -8353939 or 7178112. OLE color: 7178112.

HSL color Cylindrical-coordinate representation of color #80876D: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80876D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 109 -
CMYK 0.05 0 0.19 0.47
HSL 76.15º 0.11% 0.48% -
HSV(B) 76.15º 0.19% 0.53% -
XYZ 20.33 23.02 17.84 -
YUV 129.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 128 135 109 0.05 0 0.19 0.47 76.15 0.11 0.48
Hex 80 87 6D 5 0 13 2F 4C B 30
Octal 200 207 155 5 0 23 57 114 13 60
Binary 10000000 10000111 1101101 101 0 10011 101111 1001100 1011 110000

Color Harmonies of #80876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80876D

Black with #80876D

Text Example


Text Example

White with #80876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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