Html Css Color HEX #889385 Stack

📋 copy color: '#889385'

red 136 ◦ green 147 ◦ blue 133

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

Shades of Stack #889385

Tints of Stack #889385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 32.69%
G = 35.34%
B = 31.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#889385 (or 0x889385) is known color: Stack. HEX triplet: 88, 93 and 85. RGB value is (136,147,133). Sum of RGB (Red+Green+Blue) = 136+147+133=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #889385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889385 is #776C7A. Grayscale: #8E8E8E. Windows color (decimal): -7826555 or 8754056. OLE color: 8754056.

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

Color convert

RGB 136 147 133 -
CMYK 0.07 0 0.10 0.42
HSL 107.14º 0.06% 0.55% -
HSV(B) 107.14º 0.1% 0.58% -
XYZ 24.82 27.8 26.25 -
YUV 142.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 136 147 133 0.07 0 0.10 0.42 107.14 0.06 0.55
Hex 88 93 85 7 0 A 2A 6B 6 37
Octal 210 223 205 7 0 12 52 153 6 67
Binary 10001000 10010011 10000101 111 0 1010 101010 1101011 110 110111

Color Harmonies of #889385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889385

Black with #889385

Text Example


Text Example

White with #889385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889385; }

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

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

background-color css

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

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

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

border-color css

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

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

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