Html Css Color HEX #888B81 Gunsmoke

📋 copy color: '#888B81'

red 136 ◦ green 139 ◦ blue 129

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

Shades of Gunsmoke #888B81

Tints of Gunsmoke #888B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 33.66%
G = 34.41%
B = 31.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#888B81 (or 0x888B81) is known color: Gunsmoke. HEX triplet: 88, 8B and 81. RGB value is (136,139,129). Sum of RGB (Red+Green+Blue) = 136+139+129=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #888B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B81 is #77747E. Grayscale: #898989. Windows color (decimal): -7828607 or 8489864. OLE color: 8489864.

HSL color Cylindrical-coordinate representation of color #888B81: hue angle of 78º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888B81 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 129 -
CMYK 0.02 0 0.07 0.45
HSL 78º 0.04% 0.53% -
HSV(B) 78º 0.07% 0.55% -
XYZ 23.35 25.28 24.42 -
YUV 136.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 136 139 129 0.02 0 0.07 0.45 78 0.04 0.53
Hex 88 8B 81 2 0 7 2D 4E 4 35
Octal 210 213 201 2 0 7 55 116 4 65
Binary 10001000 10001011 10000001 10 0 111 101101 1001110 100 110101

Color Harmonies of #888B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B81

Black with #888B81

Text Example


Text Example

White with #888B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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