Html Css Color HEX #80876A Gunsmoke

📋 copy color: '#80876A'

red 128 ◦ green 135 ◦ blue 106

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

Shades of Gunsmoke #80876A

Tints of Gunsmoke #80876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 34.69%
G = 36.59%
B = 28.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#80876A (or 0x80876A) is known color: Gunsmoke. HEX triplet: 80, 87 and 6A. RGB value is (128,135,106). Sum of RGB (Red+Green+Blue) = 128+135+106=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #80876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80876A is #7F7895. Grayscale: #818181. Windows color (decimal): -8353942 or 6981504. OLE color: 6981504.

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

Color convert

RGB 128 135 106 -
CMYK 0.05 0 0.21 0.47
HSL 74.48º 0.12% 0.47% -
HSV(B) 74.48º 0.21% 0.53% -
XYZ 20.17 22.96 17 -
YUV 129.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 128 135 106 0.05 0 0.21 0.47 74.48 0.12 0.47
Hex 80 87 6A 5 0 15 2F 4A C 2F
Octal 200 207 152 5 0 25 57 112 14 57
Binary 10000000 10000111 1101010 101 0 10101 101111 1001010 1100 101111

Color Harmonies of #80876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80876A

Black with #80876A

Text Example


Text Example

White with #80876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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