Html Css Color HEX #888E80 Gunsmoke

📋 copy color: '#888E80'

red 136 ◦ green 142 ◦ blue 128

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

Shades of Gunsmoke #888E80

Tints of Gunsmoke #888E80

RGB

 RED value IS 136 (53.52% from 255) = 33.5%

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 33.5%
G = 34.98%
B = 31.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#888E80 (or 0x888E80) is known color: Gunsmoke. HEX triplet: 88, 8E and 80. RGB value is (136,142,128). Sum of RGB (Red+Green+Blue) = 136+142+128=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 142 - color contains mainly: green. Hex color #888E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E80 is #77717F. Grayscale: #8A8A8A. Windows color (decimal): -7827840 or 8425096. OLE color: 8425096.

HSL color Cylindrical-coordinate representation of color #888E80: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #888E80 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 142 128 -
CMYK 0.04 0 0.10 0.44
HSL 85.71º 0.06% 0.53% -
HSV(B) 85.71º 0.1% 0.56% -
XYZ 23.72 26.14 24.22 -
YUV 138.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 136 142 128 0.04 0 0.10 0.44 85.71 0.06 0.53
Hex 88 8E 80 4 0 A 2C 56 6 35
Octal 210 216 200 4 0 12 54 126 6 65
Binary 10001000 10001110 10000000 100 0 1010 101100 1010110 110 110101

Color Harmonies of #888E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E80

Black with #888E80

Text Example


Text Example

White with #888E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888E80; }

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

 H1.HeaderClassName
 {
   color: #888E80;
 }
 .AnyTagClassName
 {
   color: #888E80;
 }
</style>

background-color css

<style>
 a { background-color: #888E80; }

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

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

border-color css

<style>
 span { border-color: #888E80; }

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

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