Html Css Color HEX #80886B Gunsmoke

📋 copy color: '#80886B'

red 128 ◦ green 136 ◦ blue 107

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

Shades of Gunsmoke #80886B

Tints of Gunsmoke #80886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 34.5%
G = 36.66%
B = 28.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#80886B (or 0x80886B) is known color: Gunsmoke. HEX triplet: 80, 88 and 6B. RGB value is (128,136,107). Sum of RGB (Red+Green+Blue) = 128+136+107=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #80886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80886B is #7F7794. Grayscale: #828282. Windows color (decimal): -8353685 or 7047296. OLE color: 7047296.

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

Color convert

RGB 128 136 107 -
CMYK 0.06 0 0.21 0.47
HSL 76.55º 0.12% 0.48% -
HSV(B) 76.55º 0.21% 0.53% -
XYZ 20.36 23.26 17.33 -
YUV 130.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 128 136 107 0.06 0 0.21 0.47 76.55 0.12 0.48
Hex 80 88 6B 6 0 15 2F 4D C 30
Octal 200 210 153 6 0 25 57 115 14 60
Binary 10000000 10001000 1101011 110 0 10101 101111 1001101 1100 110000

Color Harmonies of #80886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80886B

Black with #80886B

Text Example


Text Example

White with #80886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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