Html Css Color HEX #80876C Gunsmoke

📋 copy color: '#80876C'

red 128 ◦ green 135 ◦ blue 108

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

Shades of Gunsmoke #80876C

Tints of Gunsmoke #80876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 34.5%
G = 36.39%
B = 29.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#80876C (or 0x80876C) is known color: Gunsmoke. HEX triplet: 80, 87 and 6C. RGB value is (128,135,108). Sum of RGB (Red+Green+Blue) = 128+135+108=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #80876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876C is #7F7893. Grayscale: #818181. Windows color (decimal): -8353940 or 7112576. OLE color: 7112576.

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

Color convert

RGB 128 135 108 -
CMYK 0.05 0 0.2 0.47
HSL 75.56º 0.11% 0.48% -
HSV(B) 75.56º 0.2% 0.53% -
XYZ 20.27 23 17.56 -
YUV 129.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 128 135 108 0.05 0 0.2 0.47 75.56 0.11 0.48
Hex 80 87 6C 5 0 14 2F 4C B 30
Octal 200 207 154 5 0 24 57 114 13 60
Binary 10000000 10000111 1101100 101 0 10100 101111 1001100 1011 110000

Color Harmonies of #80876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80876C

Black with #80876C

Text Example


Text Example

White with #80876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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