Html Css Color HEX #80886F Gunsmoke

📋 copy color: '#80886F'

red 128 ◦ green 136 ◦ blue 111

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

Shades of Gunsmoke #80886F

Tints of Gunsmoke #80886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 34.13%
G = 36.27%
B = 29.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#80886F (or 0x80886F) is known color: Gunsmoke. HEX triplet: 80, 88 and 6F. RGB value is (128,136,111). Sum of RGB (Red+Green+Blue) = 128+136+111=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #80886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80886F is #7F7790. Grayscale: #828282. Windows color (decimal): -8353681 or 7309440. OLE color: 7309440.

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

Color convert

RGB 128 136 111 -
CMYK 0.06 0 0.18 0.47
HSL 79.2º 0.1% 0.48% -
HSV(B) 79.2º 0.18% 0.53% -
XYZ 20.58 23.35 18.46 -
YUV 130.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 128 136 111 0.06 0 0.18 0.47 79.2 0.1 0.48
Hex 80 88 6F 6 0 12 2F 4F A 30
Octal 200 210 157 6 0 22 57 117 12 60
Binary 10000000 10001000 1101111 110 0 10010 101111 1001111 1010 110000

Color Harmonies of #80886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80886F

Black with #80886F

Text Example


Text Example

White with #80886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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