Html Css Color HEX #889386 Stack

📋 copy color: '#889386'

red 136 ◦ green 147 ◦ blue 134

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

Shades of Stack #889386

Tints of Stack #889386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 134 (52.73% from 255) = 32.13%

R = 32.61%
G = 35.25%
B = 32.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#889386 (or 0x889386) is known color: Stack. HEX triplet: 88, 93 and 86. RGB value is (136,147,134). Sum of RGB (Red+Green+Blue) = 136+147+134=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #889386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889386 is #776C79. Grayscale: #8E8E8E. Windows color (decimal): -7826554 or 8819592. OLE color: 8819592.

HSL color Cylindrical-coordinate representation of color #889386: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889386 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 134 -
CMYK 0.07 0 0.09 0.42
HSL 110.77º 0.06% 0.55% -
HSV(B) 110.77º 0.09% 0.58% -
XYZ 24.89 27.82 26.61 -
YUV 142.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 136 147 134 0.07 0 0.09 0.42 110.77 0.06 0.55
Hex 88 93 86 7 0 9 2A 6F 6 37
Octal 210 223 206 7 0 11 52 157 6 67
Binary 10001000 10010011 10000110 111 0 1001 101010 1101111 110 110111

Color Harmonies of #889386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889386

Black with #889386

Text Example


Text Example

White with #889386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889386; }

 p { color: rgb(136,147,134); }

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

background-color css

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

 a { background-color: rgb(136,147,134); }

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

border-color css

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

 span { border-color: rgb(136,147,134); }

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