Html Css Color HEX #80896B Gunsmoke

📋 copy color: '#80896B'

red 128 ◦ green 137 ◦ blue 107

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

Shades of Gunsmoke #80896B

Tints of Gunsmoke #80896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 34.41%
G = 36.83%
B = 28.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#80896B (or 0x80896B) is known color: Gunsmoke. HEX triplet: 80, 89 and 6B. RGB value is (128,137,107). Sum of RGB (Red+Green+Blue) = 128+137+107=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #80896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80896B is #7F7694. Grayscale: #838383. Windows color (decimal): -8353429 or 7047552. OLE color: 7047552.

HSL color Cylindrical-coordinate representation of color #80896B: hue angle of 78º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80896B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 107 -
CMYK 0.07 0 0.22 0.46
HSL 78º 0.12% 0.48% -
HSV(B) 78º 0.22% 0.54% -
XYZ 20.5 23.54 17.37 -
YUV 130.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 128 137 107 0.07 0 0.22 0.46 78 0.12 0.48
Hex 80 89 6B 7 0 16 2E 4E C 30
Octal 200 211 153 7 0 26 56 116 14 60
Binary 10000000 10001001 1101011 111 0 10110 101110 1001110 1100 110000

Color Harmonies of #80896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80896B

Black with #80896B

Text Example


Text Example

White with #80896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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