Html Css Color HEX #888F80 Gunsmoke

📋 copy color: '#888F80'

red 136 ◦ green 143 ◦ blue 128

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

Shades of Gunsmoke #888F80

Tints of Gunsmoke #888F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 33.42%
G = 35.14%
B = 31.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#888F80 (or 0x888F80) is known color: Gunsmoke. HEX triplet: 88, 8F and 80. RGB value is (136,143,128). Sum of RGB (Red+Green+Blue) = 136+143+128=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 143 - color contains mainly: green. Hex color #888F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F80 is #77707F. Grayscale: #8B8B8B. Windows color (decimal): -7827584 or 8425352. OLE color: 8425352.

HSL color Cylindrical-coordinate representation of color #888F80: hue angle of 88º 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 #888F80 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 143 128 -
CMYK 0.05 0 0.10 0.44
HSL 88º 0.06% 0.53% -
HSV(B) 88º 0.1% 0.56% -
XYZ 23.87 26.44 24.27 -
YUV 139.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 136 143 128 0.05 0 0.10 0.44 88 0.06 0.53
Hex 88 8F 80 5 0 A 2C 58 6 35
Octal 210 217 200 5 0 12 54 130 6 65
Binary 10001000 10001111 10000000 101 0 1010 101100 1011000 110 110101

Color Harmonies of #888F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F80

Black with #888F80

Text Example


Text Example

White with #888F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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