Html Css Color HEX #888E81 Gunsmoke

📋 copy color: '#888E81'

red 136 ◦ green 142 ◦ blue 129

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

Shades of Gunsmoke #888E81

Tints of Gunsmoke #888E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 33.42%
G = 34.89%
B = 31.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#888E81 (or 0x888E81) is known color: Gunsmoke. HEX triplet: 88, 8E and 81. RGB value is (136,142,129). Sum of RGB (Red+Green+Blue) = 136+142+129=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 142 - color contains mainly: green. Hex color #888E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E81 is #77717E. Grayscale: #8A8A8A. Windows color (decimal): -7827839 or 8490632. OLE color: 8490632.

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

Color convert

RGB 136 142 129 -
CMYK 0.04 0 0.09 0.44
HSL 87.69º 0.05% 0.53% -
HSV(B) 87.69º 0.09% 0.56% -
XYZ 23.79 26.17 24.57 -
YUV 138.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 136 142 129 0.04 0 0.09 0.44 87.69 0.05 0.53
Hex 88 8E 81 4 0 9 2C 58 5 35
Octal 210 216 201 4 0 11 54 130 5 65
Binary 10001000 10001110 10000001 100 0 1001 101100 1011000 101 110101

Color Harmonies of #888E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E81

Black with #888E81

Text Example


Text Example

White with #888E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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